Uses of Interface
tools.jackson.core.util.Named
Packages that use Named
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.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Internal implementation classes for efficient handling of
of symbols in JSON (Object property names)
Utility classes used by Jackson Core functionality.
-
Uses of Named in tools.jackson.core
Classes in tools.jackson.core that implement NamedModifier and TypeClassDescriptionfinal classClass used to define specific details of which variant of Base64 encoding/decoding is to be used.Method parameters in tools.jackson.core with type arguments of type NamedModifier and TypeMethodDescriptionTokenStreamFactory.constructCINameMatcher(List<Named> matches, boolean alreadyInterned, Locale locale) Factory method for constructing case-insensitivePropertyNameMatcherfor given names.TokenStreamFactory.constructNameMatcher(List<Named> matches, boolean alreadyInterned) Factory method for constructing case-sensitivePropertyNameMatcherfor given names. -
Uses of Named in tools.jackson.core.json
Method parameters in tools.jackson.core.json with type arguments of type NamedModifier and TypeMethodDescriptionJsonFactory.constructCINameMatcher(List<Named> matches, boolean alreadyInterned, Locale locale) JsonFactory.constructNameMatcher(List<Named> matches, boolean alreadyInterned) -
Uses of Named in tools.jackson.core.sym
Methods in tools.jackson.core.sym with parameters of type NamedMethod parameters in tools.jackson.core.sym with type arguments of type NamedModifier and TypeMethodDescriptionstatic BinaryNameMatcherBinaryNameMatcher.constructCaseInsensitive(Locale locale, List<Named> propertyNames, boolean alreadyInterned) static SimpleNameMatcherSimpleNameMatcher.constructCaseInsensitive(Locale locale, List<Named> propertyNames, boolean alreadyInterned) static BinaryNameMatcherBinaryNameMatcher.constructFrom(List<Named> propertyNames, boolean alreadyInterned) static SimpleNameMatcherSimpleNameMatcher.constructFrom(Locale locale, List<Named> propertyNames, boolean alreadyInterned) Factory method for constructing case-sensitive matcher that only supports matching from `String`.PropertyNameMatcher.stringsFromNames(List<Named> properties, boolean alreadyInterned) -
Uses of Named in tools.jackson.core.util
Classes in tools.jackson.core.util that implement NamedMethods in tools.jackson.core.util that return Named