Uses of Interface
tools.jackson.databind.cfg.ConfigFeature
Packages that use ConfigFeature
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.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 (
tools.jackson.databind).-
Uses of ConfigFeature in tools.jackson.databind
Classes in tools.jackson.databind that implement ConfigFeatureModifier and TypeClassDescriptionenumEnumeration that defines simple on/off features that affect the way Java objects are deserialized from JSONenumEnumeration that defines simple on/off features that affect the way Java objects are serialized. -
Uses of ConfigFeature in tools.jackson.databind.cfg
Classes in tools.jackson.databind.cfg with type parameters of type ConfigFeatureModifier and TypeClassDescriptionclassMapperConfigBase<CFG extends ConfigFeature,T extends MapperConfigBase<CFG, T>> Methods in tools.jackson.databind.cfg with type parameters of type ConfigFeatureModifier and TypeMethodDescriptionstatic <F extends Enum<F> & ConfigFeature>
intConfigFeature.collectFeatureDefaults(Class<F> enumClass) Method that calculates bit set (flags) of all features that are enabled by default.