@Deprecated
public static class JSONPointer.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
Builder()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
JSONPointer.Builder | 
append(int arrayIndex)
Deprecated.  
Adds an integer to the reference token list. 
 | 
JSONPointer.Builder | 
append(java.lang.String token)
Deprecated.  
Adds an arbitrary token to the list of reference tokens. 
 | 
JSONPointer | 
build()
Deprecated.  
Creates a  
JSONPointer instance using the tokens previously set using the
 append(String) method calls. | 
public JSONPointer build()
JSONPointer instance using the tokens previously set using the
 append(String) method calls.public JSONPointer.Builder append(java.lang.String token)
"a~b" then you should simply pass the "a~b" string as-is, there is no
 need to escape it as "a~0b".token - the new token to be appended to the listthisjava.lang.NullPointerException - if token is nullpublic JSONPointer.Builder append(int arrayIndex)
arrayIndex - the array index to be added to the token listthisCopyright © 2010 - 2023 Adobe. All Rights Reserved