Uses of Class
tools.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 tools.jackson.core
Fields in tools.jackson.core declared as JsonPointer.PointerParentMethods in tools.jackson.core with parameters of type JsonPointer.PointerParentModifier and TypeMethodDescriptionprivate static JsonPointerJsonPointer._buildPath(String fullPath, int fullPathOffset, String segment, JsonPointer.PointerParent parent) Constructors in tools.jackson.core with parameters of type JsonPointer.PointerParentModifierConstructorDescription(package private)PointerParent(JsonPointer.PointerParent pp, int fpo, String sgm)