JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Method Summary
Enum Constant Details
LEGACY
JSON_PATH
JSON_POINTER
URI_REFERENCE
Field Details
DEFAULT
Method Details
values()
valueOf(String)
append(String, String)
append(String, int)
getRoot()
convertToJsonPointer(String)
Enum Constant Summary
Enum Constants
Paths as JSONPath expressions.
Paths as JSONPointer expressions.
The legacy approach, loosely based on JSONPath (but not guaranteed to give valid JSONPath expressions).
Paths as a URI reference.
Field Summary
Fields
The default path generation approach to use.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Append the given index to the provided current path.
Append the given child token to the provided current path.
Return the representation of the document root.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf