Uses of Class
tools.jackson.core.util.JsonParserDelegate
Packages that use JsonParserDelegate
Package
Description
Utility classes used by Jackson Core functionality.
-
Uses of JsonParserDelegate in tools.jackson.core.filter
Subclasses of JsonParserDelegate in tools.jackson.core.filterModifier and TypeClassDescriptionclassSpecializedJsonParserDelegatethat allows use ofTokenFilterfor outputting a subset of content that is visible to caller -
Uses of JsonParserDelegate in tools.jackson.core.util
Subclasses of JsonParserDelegate in tools.jackson.core.utilModifier and TypeClassDescriptionclassHelper class that can be used to sequence multiple physicalJsonParsers to create a single logical sequence of tokens, as a singleJsonParser.