Uses of Class
tools.jackson.databind.cfg.BaseSettings
Packages that use BaseSettings
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 BaseSettings in tools.jackson.databind
Methods in tools.jackson.databind that return BaseSettingsMethods in tools.jackson.databind with parameters of type BaseSettingsModifier and TypeMethodDescriptionprotected final DeserializationConfigDeserializationConfig._withBase(BaseSettings newBase) protected final SerializationConfigSerializationConfig._withBase(BaseSettings newBase) -
Uses of BaseSettings in tools.jackson.databind.cfg
Fields in tools.jackson.databind.cfg declared as BaseSettingsModifier and TypeFieldDescriptionprotected final BaseSettingsMapperConfig._baseImmutable container object for simple configuration settings.protected BaseSettingsMapperBuilder._baseSettingsprotected final BaseSettingsMapperBuilderState._baseSettingsprotected static final BaseSettingsMapperBuilder.DEFAULT_BASE_SETTINGSMethods in tools.jackson.databind.cfg that return BaseSettingsModifier and TypeMethodDescriptionMapperBuilder.baseSettings()BaseSettings.with(DateFormat df) Fluent factory for constructing a new instance that uses specified TimeZone.BaseSettings.with(Base64Variant base64) BaseSettings.with(CacheProvider cacheProvider) Fluent factory for constructing a new instance with providedCacheProvider.BaseSettings.with(ConstructorDetector ctorDetector) BaseSettings.with(HandlerInstantiator hi) BaseSettings.with(EnumNamingStrategy ens) BaseSettings.with(AccessorNamingStrategy.Provider p) BaseSettings.with(PolymorphicTypeValidator ptv) BaseSettings.with(TypeResolverBuilder<?> typer) BaseSettings.with(JsonNodeFactory nodeFactory) BaseSettings.with(PropertyNamingStrategy pns) BaseSettings.withAnnotationIntrospector(AnnotationIntrospector ai) BaseSettings.withAppendedAnnotationIntrospector(AnnotationIntrospector ai) BaseSettings.withInsertedAnnotationIntrospector(AnnotationIntrospector ai) Methods in tools.jackson.databind.cfg with parameters of type BaseSettingsModifier and TypeMethodDescriptionprotected abstract TMapperConfigBase._withBase(BaseSettings newBase) MapperBuilder.baseSettings(BaseSettings b) Constructors in tools.jackson.databind.cfg with parameters of type BaseSettingsModifierConstructorDescriptionprotectedMapperConfig(BaseSettings base, long mapperFeatures) protectedMapperConfig(MapperConfig<T> src, BaseSettings base) protectedMapperConfigBase(MapperConfigBase<CFG, T> src, BaseSettings base)