Class SerializationConfig
- java.lang.Object
-
- com.fasterxml.jackson.databind.cfg.MapperConfig<T>
-
- com.fasterxml.jackson.databind.cfg.MapperConfigBase<SerializationFeature,SerializationConfig>
-
- com.fasterxml.jackson.databind.SerializationConfig
-
- All Implemented Interfaces:
ClassIntrospector.MixInResolver,java.io.Serializable
public final class SerializationConfig extends MapperConfigBase<SerializationFeature,SerializationConfig> implements java.io.Serializable
Object that contains baseline configuration for serialization process. An instance is owned byObjectMapper, which passes an immutable instance for serialization process toSerializerProviderandSerializerFactory(either directly, or throughObjectWriter.Note that instances are considered immutable and as such no copies should need to be created for sharing; all copying is done with "fluent factory" methods.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializationConfig(BaseSettings base, SubtypeResolver str, SimpleMixInResolver mixins, RootNameLookup rootNames, ConfigOverrides configOverrides)Deprecated.since 2.14SerializationConfig(BaseSettings base, SubtypeResolver str, SimpleMixInResolver mixins, RootNameLookup rootNames, ConfigOverrides configOverrides, DatatypeFeatures datatypeFeatures)Constructor used by ObjectMapper to create default configuration object instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PrettyPrinterconstructDefaultPrettyPrinter()PrettyPrintergetDefaultPrettyPrinter()Accessor for configured blueprint "default"PrettyPrinterto use, if default pretty-printing is enabled.FilterProvidergetFilterProvider()Method for getting provider used for locating filters given id (which is usually provided with filter annotations).intgetSerializationFeatures()JsonInclude.IncludegetSerializationInclusion()Deprecated.Since 2.7 useMapperConfigBase.getDefaultPropertyInclusion()insteadbooleanhasSerializationFeatures(int featureMask)"Bulk" access method for checking that all features specified by mask are enabled.voidinitialize(JsonGenerator g)Method called byObjectMapperandObjectWriterto modify thoseJsonGenerator.Featuresettings that have been configured via this config instance.BeanDescriptionintrospect(JavaType type)Method that will introspect full bean properties for the purpose of building a bean serializerbooleanisEnabled(JsonGenerator.Feature f, JsonFactory factory)Accessor method that first checks if we have any overrides for feature, and only if not, checks state of passed-in factory.booleanisEnabled(DatatypeFeature feature)Accessor for checking whether giveDatatypeFeatureis enabled or not.booleanisEnabled(SerializationFeature feature)Accessor for checking whether giveSerializationFeatureis enabled or not.booleanuseRootWrapping()Accessor for checking whether configuration indicates that "root wrapping" (use of an extra property/name pair at root level) is expected or not.SerializationConfigwith(FormatFeature feature)Fluent factory method that will construct and return a new configuration object instance with specified feature enabled.SerializationConfigwith(JsonGenerator.Feature feature)Fluent factory method that will construct and return a new configuration object instance with specified feature enabled.SerializationConfigwith(ContextAttributes attrs)Method for constructing an instance that has specified contextual attributes.SerializationConfigwith(SubtypeResolver str)Method for constructing and returning a new instance with differentSubtypeResolverto use.SerializationConfigwith(SerializationFeature feature)Fluent factory method that will construct and return a new configuration object instance with specified feature enabled.SerializationConfigwith(SerializationFeature first, SerializationFeature... features)Fluent factory method that will construct and return a new configuration object instance with specified features enabled.SerializationConfigwith(java.text.DateFormat df)In addition to constructing instance with specified date format, will enable or disableSerializationFeature.WRITE_DATES_AS_TIMESTAMPS(enable if format set as null; disable if non-null)SerializationConfigwithDefaultPrettyPrinter(PrettyPrinter pp)SerializationConfigwithFeatures(FormatFeature... features)Fluent factory method that will construct and return a new configuration object instance with specified features enabled.SerializationConfigwithFeatures(JsonGenerator.Feature... features)Fluent factory method that will construct and return a new configuration object instance with specified features enabled.SerializationConfigwithFeatures(SerializationFeature... features)Fluent factory method that will construct and return a new configuration object instance with specified features enabled.SerializationConfigwithFilters(FilterProvider filterProvider)SerializationConfigwithout(FormatFeature feature)Fluent factory method that will construct and return a new configuration object instance with specified feature disabled.SerializationConfigwithout(JsonGenerator.Feature feature)Fluent factory method that will construct and return a new configuration object instance with specified feature disabled.SerializationConfigwithout(SerializationFeature feature)Fluent factory method that will construct and return a new configuration object instance with specified feature disabled.SerializationConfigwithout(SerializationFeature first, SerializationFeature... features)Fluent factory method that will construct and return a new configuration object instance with specified features disabled.SerializationConfigwithoutFeatures(FormatFeature... features)Fluent factory method that will construct and return a new configuration object instance with specified features disabled.SerializationConfigwithoutFeatures(JsonGenerator.Feature... features)Fluent factory method that will construct and return a new configuration object instance with specified features disabled.SerializationConfigwithoutFeatures(SerializationFeature... features)Fluent factory method that will construct and return a new configuration object instance with specified features disabled.SerializationConfigwithPropertyInclusion(JsonInclude.Value incl)Deprecated.Since 2.9; not needed any moreSerializationConfigwithRootName(PropertyName rootName)Method for constructing and returning a new instance with different root name to use (none, if null).SerializationConfigwithView(java.lang.Class<?> view)Method for constructing and returning a new instance with different view to use.-
Methods inherited from class com.fasterxml.jackson.databind.cfg.MapperConfigBase
copy, findConfigOverride, findMixInClassFor, findRootName, findRootName, getActiveView, getAttributes, getConfigOverride, getDatatypeFeatures, getDefaultInclusion, getDefaultMergeable, getDefaultMergeable, getDefaultPropertyFormat, getDefaultPropertyIgnorals, getDefaultPropertyIgnorals, getDefaultPropertyInclusion, getDefaultPropertyInclusion, getDefaultPropertyInclusions, getDefaultSetterInfo, getDefaultVisibilityChecker, getDefaultVisibilityChecker, getFullRootName, getRootName, getSubtypeResolver, mixInCount, with, with, with, with, with, with, with, with, with, with, with, with, with, with, with, withAppendedAnnotationIntrospector, withAttribute, withAttributes, withFeatures, withInsertedAnnotationIntrospector, without, without, withoutAttribute, withoutFeatures, withRootName
-
Methods inherited from class com.fasterxml.jackson.databind.cfg.MapperConfig
canOverrideAccessModifiers, collectFeatureDefaults, compileString, constructSpecializedType, constructType, constructType, getAccessorNaming, getAnnotationIntrospector, getBase64Variant, getCacheProvider, getClassIntrospector, getDateFormat, getDefaultInclusion, getDefaultPropertyInclusion, getDefaultTyper, getHandlerInstantiator, getLocale, getPolymorphicTypeValidator, getPropertyNamingStrategy, getTimeZone, getTypeFactory, hasExplicitTimeZone, hasMapperFeatures, introspectClassAnnotations, introspectClassAnnotations, introspectDirectClassAnnotations, introspectDirectClassAnnotations, isAnnotationProcessingEnabled, isEnabled, shouldSortPropertiesAlphabetically, typeIdResolverInstance, typeResolverBuilderInstance
-
-
-
-
Constructor Detail
-
SerializationConfig
public SerializationConfig(BaseSettings base, SubtypeResolver str, SimpleMixInResolver mixins, RootNameLookup rootNames, ConfigOverrides configOverrides, DatatypeFeatures datatypeFeatures)
Constructor used by ObjectMapper to create default configuration object instance.- Since:
- 2.14
-
SerializationConfig
@Deprecated public SerializationConfig(BaseSettings base, SubtypeResolver str, SimpleMixInResolver mixins, RootNameLookup rootNames, ConfigOverrides configOverrides)
Deprecated.since 2.14
-
-
Method Detail
-
withRootName
public SerializationConfig withRootName(PropertyName rootName)
Description copied from class:MapperConfigBaseMethod for constructing and returning a new instance with different root name to use (none, if null).Note that when a root name is set to a non-Empty String, this will automatically force use of root element wrapping with given name. If empty String passed, will disable root name wrapping; and if null used, will instead use
SerializationFeatureto determine if to use wrapping, and annotation (or default name) for actual root name to use.- Specified by:
withRootNamein classMapperConfigBase<SerializationFeature,SerializationConfig>- Parameters:
rootName- to use: if null, means "use default" (clear setting); if empty String ("") means that no root name wrapping is used; otherwise defines root name to use.
-
with
public SerializationConfig with(SubtypeResolver str)
Description copied from class:MapperConfigBaseMethod for constructing and returning a new instance with differentSubtypeResolverto use.NOTE: make sure to register new instance with
ObjectMapperif directly calling this method.- Specified by:
within classMapperConfigBase<SerializationFeature,SerializationConfig>
-
withView
public SerializationConfig withView(java.lang.Class<?> view)
Description copied from class:MapperConfigBaseMethod for constructing and returning a new instance with different view to use.- Specified by:
withViewin classMapperConfigBase<SerializationFeature,SerializationConfig>
-
with
public SerializationConfig with(ContextAttributes attrs)
Description copied from class:MapperConfigBaseMethod for constructing an instance that has specified contextual attributes.- Specified by:
within classMapperConfigBase<SerializationFeature,SerializationConfig>
-
with
public SerializationConfig with(java.text.DateFormat df)
In addition to constructing instance with specified date format, will enable or disableSerializationFeature.WRITE_DATES_AS_TIMESTAMPS(enable if format set as null; disable if non-null)- Overrides:
within classMapperConfigBase<SerializationFeature,SerializationConfig>
-
with
public SerializationConfig with(SerializationFeature feature)
Fluent factory method that will construct and return a new configuration object instance with specified feature enabled.
-
with
public SerializationConfig with(SerializationFeature first, SerializationFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features enabled.
-
withFeatures
public SerializationConfig withFeatures(SerializationFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features enabled.
-
without
public SerializationConfig without(SerializationFeature feature)
Fluent factory method that will construct and return a new configuration object instance with specified feature disabled.
-
without
public SerializationConfig without(SerializationFeature first, SerializationFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features disabled.
-
withoutFeatures
public SerializationConfig withoutFeatures(SerializationFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features disabled.
-
with
public SerializationConfig with(JsonGenerator.Feature feature)
Fluent factory method that will construct and return a new configuration object instance with specified feature enabled.- Since:
- 2.5
-
withFeatures
public SerializationConfig withFeatures(JsonGenerator.Feature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features enabled.- Since:
- 2.5
-
without
public SerializationConfig without(JsonGenerator.Feature feature)
Fluent factory method that will construct and return a new configuration object instance with specified feature disabled.- Since:
- 2.5
-
withoutFeatures
public SerializationConfig withoutFeatures(JsonGenerator.Feature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features disabled.- Since:
- 2.5
-
with
public SerializationConfig with(FormatFeature feature)
Fluent factory method that will construct and return a new configuration object instance with specified feature enabled.- Since:
- 2.7
-
withFeatures
public SerializationConfig withFeatures(FormatFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features enabled.- Since:
- 2.7
-
without
public SerializationConfig without(FormatFeature feature)
Fluent factory method that will construct and return a new configuration object instance with specified feature disabled.- Since:
- 2.7
-
withoutFeatures
public SerializationConfig withoutFeatures(FormatFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features disabled.- Since:
- 2.7
-
withFilters
public SerializationConfig withFilters(FilterProvider filterProvider)
-
withPropertyInclusion
@Deprecated public SerializationConfig withPropertyInclusion(JsonInclude.Value incl)
Deprecated.Since 2.9; not needed any moreMutant factory method for constructing a new instance with different default inclusion criteria configuration.- Since:
- 2.7
-
withDefaultPrettyPrinter
public SerializationConfig withDefaultPrettyPrinter(PrettyPrinter pp)
- Since:
- 2.6
-
constructDefaultPrettyPrinter
public PrettyPrinter constructDefaultPrettyPrinter()
-
initialize
public void initialize(JsonGenerator g)
Method called byObjectMapperandObjectWriterto modify thoseJsonGenerator.Featuresettings that have been configured via this config instance.- Since:
- 2.5
-
getSerializationInclusion
@Deprecated public JsonInclude.Include getSerializationInclusion()
Deprecated.Since 2.7 useMapperConfigBase.getDefaultPropertyInclusion()instead
-
useRootWrapping
public boolean useRootWrapping()
Description copied from class:MapperConfigAccessor for checking whether configuration indicates that "root wrapping" (use of an extra property/name pair at root level) is expected or not.- Specified by:
useRootWrappingin classMapperConfig<SerializationConfig>
-
isEnabled
public final boolean isEnabled(SerializationFeature feature)
Accessor for checking whether giveSerializationFeatureis enabled or not.- Parameters:
feature- Feature to check- Returns:
- True if feature is enabled; false otherwise
-
isEnabled
public final boolean isEnabled(JsonGenerator.Feature f, JsonFactory factory)
Accessor method that first checks if we have any overrides for feature, and only if not, checks state of passed-in factory.- Since:
- 2.5
-
hasSerializationFeatures
public final boolean hasSerializationFeatures(int featureMask)
"Bulk" access method for checking that all features specified by mask are enabled.- Since:
- 2.3
-
getSerializationFeatures
public final int getSerializationFeatures()
-
isEnabled
public final boolean isEnabled(DatatypeFeature feature)
Accessor for checking whether giveDatatypeFeatureis enabled or not.- Specified by:
isEnabledin classMapperConfig<SerializationConfig>- Parameters:
feature- Feature to check- Returns:
- True if feature is enabled; false otherwise
- Since:
- 2.14
-
getFilterProvider
public FilterProvider getFilterProvider()
Method for getting provider used for locating filters given id (which is usually provided with filter annotations). Will be null if no provided was set forObjectWriter(or if serialization directly called fromObjectMapper)
-
getDefaultPrettyPrinter
public PrettyPrinter getDefaultPrettyPrinter()
Accessor for configured blueprint "default"PrettyPrinterto use, if default pretty-printing is enabled.NOTE: returns the "blueprint" instance, and does NOT construct an instance ready to use; call
constructDefaultPrettyPrinter()if actually usable instance is desired.- Since:
- 2.6
-
introspect
public BeanDescription introspect(JavaType type)
Method that will introspect full bean properties for the purpose of building a bean serializer
-
-