-
public final class JSONPointerJSON Pointer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJSONPointer.Companion
-
Constructor Summary
Constructors Constructor Description JSONPointer(String pointer)
-
Method Summary
Modifier and Type Method Description final StringgetCurrent()final Array<String>getTokens()final JSONValuefind(JSONValue base)final BooleanexistsIn(JSONValue json)final JSONPointerparent()final JSONPointerchild(String string)final JSONPointerchild(Integer index)final StringtoURIFragment()final JSONPointerlocateChild(JSONValue value, JSONValue target)final JSONReferenceref(JSONValue base)Booleanequals(Object other)IntegerhashCode()StringtoString()-
-
Constructor Detail
-
JSONPointer
JSONPointer(String pointer)
-
-
Method Detail
-
getCurrent
final String getCurrent()
-
find
final JSONValue find(JSONValue base)
-
parent
final JSONPointer parent()
-
child
final JSONPointer child(String string)
-
child
final JSONPointer child(Integer index)
-
toURIFragment
final String toURIFragment()
-
locateChild
final JSONPointer locateChild(JSONValue value, JSONValue target)
-
ref
final JSONReference ref(JSONValue base)
-
-
-
-