Uses of Interface
tools.jackson.core.util.JacksonFeature
Packages that use JacksonFeature
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.
Utility classes used by Jackson Core functionality.
-
Uses of JacksonFeature in tools.jackson.core
Subinterfaces of JacksonFeature in tools.jackson.coreModifier and TypeInterfaceDescriptioninterfaceMarker interface that is to be implemented by data format - specific features.Classes in tools.jackson.core that implement JacksonFeatureModifier and TypeClassDescriptionenumSet of on/off capabilities that aJsonParserfor given format (or in case of buffering, original format) has.enumToken reader (parser) features not-specific to any particular format backend.enumSet of on/off capabilities that aJsonGeneratorfor given format (or in case of buffering, original format) has.enumToken writer (generator) features not-specific to any particular format backend.static enumEnumeration that defines all on/off features that can only be changed forTokenStreamFactory. -
Uses of JacksonFeature in tools.jackson.core.json
Classes in tools.jackson.core.json that implement JacksonFeatureModifier and TypeClassDescriptionenumToken reader (parser) features specific to JSON backend.enumToken writer features specific to JSON backend. -
Uses of JacksonFeature in tools.jackson.core.util
Classes in tools.jackson.core.util with type parameters of type JacksonFeatureModifier and TypeClassDescriptionfinal classJacksonFeatureSet<F extends JacksonFeature>Container similar toEnumSetmeant for storing sets ofJacksonFeatures (usuallyEnums): main difference being that these sets are immutable.Methods in tools.jackson.core.util with type parameters of type JacksonFeatureModifier and TypeMethodDescriptionstatic <F extends JacksonFeature>
JacksonFeatureSet<F>JacksonFeatureSet.fromBitmask(int bitmask) static <F extends JacksonFeature>
JacksonFeatureSet<F>JacksonFeatureSet.fromDefaults(F[] allFeatures) "Default" factory which will calculate settings based on default-enabled status of all features.Methods in tools.jackson.core.util with parameters of type JacksonFeatureModifier and TypeMethodDescriptionstatic <F extends JacksonFeature>
JacksonFeatureSet<F>JacksonFeatureSet.fromDefaults(F[] allFeatures) "Default" factory which will calculate settings based on default-enabled status of all features.