Uses of Interface
com.fasterxml.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.
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
com.fasterxml.jackson.databind).-
Uses of JacksonFeature in com.fasterxml.jackson.core
Subinterfaces of JacksonFeature in com.fasterxml.jackson.coreModifier and TypeInterfaceDescriptioninterfaceMarker interface that is to be implemented by data format - specific features.Classes in com.fasterxml.jackson.core that implement JacksonFeatureModifier and TypeClassDescriptionstatic enumEnumeration that defines all on/off features that can only be changed forJsonFactory.enumSet 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. -
Uses of JacksonFeature in com.fasterxml.jackson.core.json
Classes in com.fasterxml.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 com.fasterxml.jackson.core.util
Classes in com.fasterxml.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 com.fasterxml.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 com.fasterxml.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. -
Uses of JacksonFeature in com.fasterxml.jackson.databind.cfg
Subinterfaces of JacksonFeature in com.fasterxml.jackson.databind.cfgModifier and TypeInterfaceDescriptioninterfaceInterface that defines interaction with data type specific configuration features.Classes in com.fasterxml.jackson.databind.cfg that implement JacksonFeature -
Uses of JacksonFeature in com.fasterxml.jackson.datatype.jsr310
Classes in com.fasterxml.jackson.datatype.jsr310 that implement JacksonFeatureModifier and TypeClassDescriptionenumConfigurable on/off features for Java 8 Date/Time module (JavaTimeModule).