Uses of Class
com.authlete.common.util.MutableJsonPointer
-
Packages that use MutableJsonPointer Package Description com.authlete.common.util Utility classes. -
-
Uses of MutableJsonPointer in com.authlete.common.util
Methods in com.authlete.common.util that return MutableJsonPointer Modifier and Type Method Description MutableJsonPointer
MutableJsonPointer. append(int arrayIndex)
Append a reference token.MutableJsonPointer
MutableJsonPointer. append(String referenceToken)
Append a reference token.MutableJsonPointer
MutableJsonPointer. append(String referenceToken, boolean doEscape)
Append a reference token.MutableJsonPointer
MutableJsonPointer. remove()
Remove the last reference token from the end.Constructors in com.authlete.common.util with parameters of type MutableJsonPointer Constructor Description MutableJsonPointer(MutableJsonPointer pointer)
A copy constructor.
-