Uses of Class
tools.jackson.databind.cfg.MapperConfigBase
Packages that use MapperConfigBase
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 MapperConfigBase in tools.jackson.databind
Subclasses of MapperConfigBase in tools.jackson.databindModifier and TypeClassDescriptionfinal classObject that contains baseline configuration for deserialization process.final classObject that contains baseline configuration for serialization process. -
Uses of MapperConfigBase in tools.jackson.databind.cfg
Classes in tools.jackson.databind.cfg with type parameters of type MapperConfigBaseModifier and TypeClassDescriptionclassMapperConfigBase<CFG extends ConfigFeature,T extends MapperConfigBase<CFG, T>> Constructors in tools.jackson.databind.cfg with parameters of type MapperConfigBaseModifierConstructorDescriptionprotectedMapperConfigBase(MapperConfigBase<CFG, T> src) Pass-through constructor used when no changes are needed to the base class.protectedMapperConfigBase(MapperConfigBase<CFG, T> src, Class<?> view) protectedMapperConfigBase(MapperConfigBase<CFG, T> src, BaseSettings base) protectedMapperConfigBase(MapperConfigBase<CFG, T> src, ContextAttributes attr) protectedMapperConfigBase(MapperConfigBase<CFG, T> src, DatatypeFeatures datatypeFeatures) protectedMapperConfigBase(MapperConfigBase<CFG, T> src, PropertyName rootName)