Uses of Class
com.fasterxml.jackson.core.JsonPointer.PointerParent
Packages that use JsonPointer.PointerParent
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.-
Uses of JsonPointer.PointerParent in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core declared as JsonPointer.PointerParentMethods in com.fasterxml.jackson.core with parameters of type JsonPointer.PointerParentModifier and TypeMethodDescriptionprivate static JsonPointerJsonPointer._buildPath(String fullPath, int fullPathOffset, String segment, JsonPointer.PointerParent parent) Constructors in com.fasterxml.jackson.core with parameters of type JsonPointer.PointerParentModifierConstructorDescription(package private)PointerParent(JsonPointer.PointerParent pp, int fpo, String sgm)