Uses of Class
tools.jackson.databind.cfg.DatatypeFeatures
Packages that use DatatypeFeatures
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 DatatypeFeatures in tools.jackson.databind
Methods in tools.jackson.databind that return DatatypeFeaturesModifier and TypeMethodDescriptionJacksonModule.SetupContext.datatypeFeatures()abstract DatatypeFeaturesDatabindContext.getDatatypeFeatures()final DatatypeFeaturesDeserializationContext.getDatatypeFeatures()final DatatypeFeaturesSerializationContext.getDatatypeFeatures()Methods in tools.jackson.databind with parameters of type DatatypeFeaturesModifier and TypeMethodDescriptionprotected final DeserializationConfigDeserializationConfig._with(DatatypeFeatures dtFeatures) protected final SerializationConfigSerializationConfig._with(DatatypeFeatures dtFeatures) Constructors in tools.jackson.databind with parameters of type DatatypeFeaturesModifierConstructorDescriptionprotectedDeserializationConfig(DeserializationConfig src, DatatypeFeatures dtFeatures) protectedSerializationConfig(SerializationConfig src, DatatypeFeatures dtFeatures) -
Uses of DatatypeFeatures in tools.jackson.databind.cfg
Fields in tools.jackson.databind.cfg declared as DatatypeFeaturesModifier and TypeFieldDescriptionprotected DatatypeFeaturesMapperBuilder._datatypeFeaturesprotected final DatatypeFeaturesMapperBuilderState._datatypeFeaturesprotected final DatatypeFeaturesMapperConfigBase._datatypeFeaturesSet ofDatatypeFeatures enabled.Methods in tools.jackson.databind.cfg that return DatatypeFeaturesModifier and TypeMethodDescriptionprotected DatatypeFeaturesMapperConfigBase._datatypeFeatures()MapperBuilder.datatypeFeatures()ModuleContextBase.datatypeFeatures()static DatatypeFeaturesDatatypeFeatures.defaultFeatures()abstract DatatypeFeaturesMapperConfig.getDatatypeFeatures()final DatatypeFeaturesMapperConfigBase.getDatatypeFeatures()DatatypeFeatures.with(DatatypeFeature f) Mutant factory method that returns an instance with given Feature explicitly enabled.DatatypeFeatures.withFeatures(DatatypeFeature... features) "Bulk" variant ofwith(DatatypeFeature)which allows explicit enabling of multiple featuresDatatypeFeatures.without(DatatypeFeature f) Mutant factory method that returns an instance with given Feature explicitly disabled.DatatypeFeatures.withoutFeatures(DatatypeFeature... features) "Bulk" variant ofwithout(DatatypeFeature)which allows explicit disabling of multiple featuresMethods in tools.jackson.databind.cfg with parameters of type DatatypeFeaturesModifier and TypeMethodDescriptionprotected abstract TMapperConfigBase._with(DatatypeFeatures dtFeatures) Constructors in tools.jackson.databind.cfg with parameters of type DatatypeFeaturesModifierConstructorDescriptionprotectedMapperConfigBase(MapperConfigBase<CFG, T> src, DatatypeFeatures datatypeFeatures)