public abstract class MapperConfigBase<CFG extends ConfigFeature,T extends MapperConfigBase<CFG,T>> extends MapperConfig<T> implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected ContextAttributes | _attributesContextual attributes accessible (get and set) during processing,
 on per-call basis. | 
| protected ConfigOverrides | _configOverridesConfiguration overrides to apply, keyed by type of property. | 
| protected SimpleMixInResolver | _mixInsMix-in annotation mappings to use, if any: immutable,
 can not be changed once defined. | 
| protected PropertyName | _rootNameExplicitly defined root name to use, if any; if empty
 String, will disable root-name wrapping; if null, will
 use defaults | 
| protected RootNameLookup | _rootNamesSimple cache used for finding out possible root name for root name
 wrapping. | 
| protected SubtypeResolver | _subtypeResolverRegistered concrete subtypes that can be used instead of (or
 in addition to) ones declared using annotations. | 
| protected Class<?> | _viewView to use for filtering out properties to serialize
 or deserialize. | 
_base, _mapperFeatures, EMPTY_FORMAT, EMPTY_INCLUDE| Modifier | Constructor and Description | 
|---|---|
| protected  | MapperConfigBase(BaseSettings base,
                SubtypeResolver str,
                SimpleMixInResolver mixins,
                RootNameLookup rootNames)Deprecated. 
 Since 2.8, remove from 2.9 or later | 
| protected  | MapperConfigBase(BaseSettings base,
                SubtypeResolver str,
                SimpleMixInResolver mixins,
                RootNameLookup rootNames,
                ConfigOverrides configOverrides)Constructor used when creating a new instance (compared to
 that of creating fluent copies) | 
| protected  | MapperConfigBase(MapperConfigBase<CFG,T> src)Pass-through constructor used when no changes are needed to the
 base class. | 
| protected  | MapperConfigBase(MapperConfigBase<CFG,T> src,
                BaseSettings base) | 
| protected  | MapperConfigBase(MapperConfigBase<CFG,T> src,
                Class<?> view) | 
| protected  | MapperConfigBase(MapperConfigBase<CFG,T> src,
                ContextAttributes attr) | 
| protected  | MapperConfigBase(MapperConfigBase<CFG,T> src,
                int mapperFeatures) | 
| protected  | MapperConfigBase(MapperConfigBase<CFG,T> src,
                PropertyName rootName) | 
| protected  | MapperConfigBase(MapperConfigBase<CFG,T> src,
                SimpleMixInResolver mixins) | 
| protected  | MapperConfigBase(MapperConfigBase<CFG,T> src,
                SimpleMixInResolver mixins,
                RootNameLookup rootNames,
                ConfigOverrides configOverrides) | 
| protected  | MapperConfigBase(MapperConfigBase<CFG,T> src,
                SubtypeResolver str) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassIntrospector.MixInResolver | copy()Method called to create a new, non-shared copy, to be used by different
  ObjectMapperinstance, and one that should not be connected
 to this instance, if resolver has mutable state. | 
| ConfigOverride | findConfigOverride(Class<?> type)Accessor for finding possible  ConfigOverrideto use for
 properties of given type. | 
| Class<?> | findMixInClassFor(Class<?> cls)Method that will check if there are "mix-in" classes (with mix-in
 annotations) for given class | 
| PropertyName | findRootName(Class<?> rawRootType) | 
| PropertyName | findRootName(JavaType rootType) | 
| Class<?> | getActiveView()Accessor for finding currently active view, if any (null if none) | 
| ContextAttributes | getAttributes()Method for accessing per-instance shared (baseline/default)
 attribute values; these are used as the basis for per-call
 attributes. | 
| JsonFormat.Value | getDefaultPropertyFormat(Class<?> type)Accessor for default format settings to use for serialization (and, to a degree
 deserialization), considering baseline settings and per-type defaults
 for given base type (if any). | 
| JsonIgnoreProperties.Value | getDefaultPropertyIgnorals(Class<?> type)Accessor for default property ignorals to use, if any, for given base type,
 based on config overrides settings (see  MapperConfig.findConfigOverride(Class)). | 
| JsonIgnoreProperties.Value | getDefaultPropertyIgnorals(Class<?> baseType,
                          AnnotatedClass actualClass)Helper method that may be called to see if there are property ignoral
 definitions from annotations (via  AnnotatedClass) or through
 "config overrides". | 
| VisibilityChecker<?> | getDefaultVisibilityChecker()Accessor for object used for determining whether specific property elements
 (method, constructors, fields) can be auto-detected based on
 their visibility (access modifiers). | 
| PropertyName | getFullRootName() | 
| String | getRootName()Deprecated. 
 Since 2.6 use  getFullRootName()instead. | 
| SubtypeResolver | getSubtypeResolver()Accessor for object used for finding out all reachable subtypes
 for supertypes; needed when a logical type name is used instead
 of class name (or custom scheme). | 
| int | mixInCount()Test-only method -- does not reflect possibly open-ended set that external
 mix-in resolver might provide. | 
| abstract T | with(AnnotationIntrospector ai)Method for constructing and returning a new instance with different
  AnnotationIntrospectorto use (replacing old one). | 
| abstract T | with(Base64Variant base64)Method for constructing and returning a new instance with different
 default  Base64Variantto use with base64-encoded binary values. | 
| abstract T | with(ClassIntrospector ci)Method for constructing and returning a new instance with different
  ClassIntrospectorto use. | 
| abstract T | with(ContextAttributes attrs)Method for constructing an instance that has specified
 contextual attributes. | 
| abstract T | with(DateFormat df)Method for constructing and returning a new instance with different
  DateFormatto use. | 
| abstract T | with(HandlerInstantiator hi)Method for constructing and returning a new instance with different
  HandlerInstantiatorto use. | 
| abstract T | with(Locale l)Method for constructing and returning a new instance with different
 default  Localeto use for formatting. | 
| abstract T | with(PropertyNamingStrategy strategy)Method for constructing and returning a new instance with different
  PropertyNamingStrategyto use. | 
| abstract T | with(SubtypeResolver str)Method for constructing and returning a new instance with different
  SubtypeResolverto use. | 
| abstract T | with(TimeZone tz)Method for constructing and returning a new instance with different
 default  TimeZoneto use for formatting of date values. | 
| abstract T | with(TypeFactory typeFactory)Method for constructing and returning a new instance with different
  TypeFactoryto use. | 
| abstract T | with(TypeResolverBuilder<?> trb)Method for constructing and returning a new instance with different
  TypeResolverBuilderto use. | 
| abstract T | with(VisibilityChecker<?> vc)Method for constructing and returning a new instance with different
  VisibilityCheckerto use. | 
| abstract T | withAppendedAnnotationIntrospector(AnnotationIntrospector introspector)Method for constructing and returning a new instance with additional
  AnnotationIntrospectorappended (as the lowest priority one) | 
| T | withAttribute(Object key,
             Object value)Method for constructing an instance that has specified
 value for attribute for given key. | 
| T | withAttributes(Map<?,?> attributes)Method for constructing an instance that has only specified
 attributes, removing any attributes that exist before the call. | 
| abstract T | withInsertedAnnotationIntrospector(AnnotationIntrospector introspector)Method for constructing and returning a new instance with additional
  AnnotationIntrospectorinserted (as the highest priority one) | 
| T | withoutAttribute(Object key)Method for constructing an instance that has no
 value for attribute for given key. | 
| abstract T | withRootName(PropertyName rootName)Method for constructing and returning a new instance with different
 root name to use (none, if null). | 
| T | withRootName(String rootName) | 
| abstract T | withView(Class<?> view)Method for constructing and returning a new instance with different
 view to use. | 
| abstract T | withVisibility(PropertyAccessor forMethod,
              JsonAutoDetect.Visibility visibility)Method for constructing and returning a new instance with different
 minimal visibility level for specified property type | 
canOverrideAccessModifiers, collectFeatureDefaults, compileString, constructSpecializedType, constructType, constructType, getAnnotationIntrospector, getBase64Variant, getClassIntrospector, getDateFormat, getDefaultPropertyInclusion, getDefaultPropertyInclusion, getDefaultTyper, getHandlerInstantiator, getLocale, getPropertyNamingStrategy, getTimeZone, getTypeFactory, hasMapperFeatures, introspectClassAnnotations, introspectClassAnnotations, introspectDirectClassAnnotations, introspectDirectClassAnnotations, isAnnotationProcessingEnabled, isEnabled, shouldSortPropertiesAlphabetically, typeIdResolverInstance, typeResolverBuilderInstance, useRootWrapping, with, with, withoutprotected final SimpleMixInResolver _mixIns
protected final SubtypeResolver _subtypeResolver
 Note that instances are stateful and as such may need to be copied,
 and may NOT be demoted down to BaseSettings.
protected final PropertyName _rootName
protected final Class<?> _view
Object.class
 is defined), meaning that all properties are to be included.protected final ContextAttributes _attributes
protected final RootNameLookup _rootNames
 Note that instances are stateful (for caching) and as such may need to be copied,
 and may NOT be demoted down to BaseSettings.
protected final ConfigOverrides _configOverrides
protected MapperConfigBase(BaseSettings base, SubtypeResolver str, SimpleMixInResolver mixins, RootNameLookup rootNames, ConfigOverrides configOverrides)
@Deprecated protected MapperConfigBase(BaseSettings base, SubtypeResolver str, SimpleMixInResolver mixins, RootNameLookup rootNames)
protected MapperConfigBase(MapperConfigBase<CFG,T> src)
protected MapperConfigBase(MapperConfigBase<CFG,T> src, BaseSettings base)
protected MapperConfigBase(MapperConfigBase<CFG,T> src, int mapperFeatures)
protected MapperConfigBase(MapperConfigBase<CFG,T> src, SubtypeResolver str)
protected MapperConfigBase(MapperConfigBase<CFG,T> src, PropertyName rootName)
protected MapperConfigBase(MapperConfigBase<CFG,T> src, Class<?> view)
protected MapperConfigBase(MapperConfigBase<CFG,T> src, SimpleMixInResolver mixins)
protected MapperConfigBase(MapperConfigBase<CFG,T> src, ContextAttributes attr)
protected MapperConfigBase(MapperConfigBase<CFG,T> src, SimpleMixInResolver mixins, RootNameLookup rootNames, ConfigOverrides configOverrides)
public VisibilityChecker<?> getDefaultVisibilityChecker()
MapperConfigJsonAutoDetect annotation)getDefaultVisibilityChecker in class MapperConfig<T extends MapperConfigBase<CFG,T>>public abstract T with(AnnotationIntrospector ai)
AnnotationIntrospector to use (replacing old one).
 NOTE: make sure to register new instance with ObjectMapper
 if directly calling this method.
public abstract T withAppendedAnnotationIntrospector(AnnotationIntrospector introspector)
AnnotationIntrospector appended (as the lowest priority one)public abstract T withInsertedAnnotationIntrospector(AnnotationIntrospector introspector)
AnnotationIntrospector inserted (as the highest priority one)public abstract T with(ClassIntrospector ci)
ClassIntrospector
 to use.
 NOTE: make sure to register new instance with ObjectMapper
 if directly calling this method.
public abstract T with(DateFormat df)
DateFormat
 to use.
 NOTE: make sure to register new instance with ObjectMapper
 if directly calling this method.
public abstract T with(HandlerInstantiator hi)
HandlerInstantiator
 to use.
 NOTE: make sure to register new instance with ObjectMapper
 if directly calling this method.
public abstract T with(PropertyNamingStrategy strategy)
PropertyNamingStrategy
 to use.
 NOTE: make sure to register new instance with ObjectMapper
 if directly calling this method.
public abstract T withRootName(PropertyName rootName)
 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
 SerializationFeature to determine if to use wrapping, and annotation
 (or default name) for actual root name to use.
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.public abstract T with(SubtypeResolver str)
SubtypeResolver
 to use.
 NOTE: make sure to register new instance with ObjectMapper
 if directly calling this method.
public abstract T with(TypeFactory typeFactory)
TypeFactory
 to use.public abstract T with(TypeResolverBuilder<?> trb)
TypeResolverBuilder to use.public abstract T withView(Class<?> view)
public abstract T with(VisibilityChecker<?> vc)
VisibilityChecker
 to use.public abstract T withVisibility(PropertyAccessor forMethod, JsonAutoDetect.Visibility visibility)
public abstract T with(Locale l)
Locale to use for formatting.public abstract T with(TimeZone tz)
TimeZone to use for formatting of date values.public abstract T with(Base64Variant base64)
Base64Variant to use with base64-encoded binary values.public abstract T with(ContextAttributes attrs)
public T withAttributes(Map<?,?> attributes)
public T withAttribute(Object key, Object value)
public T withoutAttribute(Object key)
public final SubtypeResolver getSubtypeResolver()
getSubtypeResolver in class MapperConfig<T extends MapperConfigBase<CFG,T>>@Deprecated public final String getRootName()
getFullRootName() instead.public final PropertyName getFullRootName()
public final Class<?> getActiveView()
MapperConfiggetActiveView in class MapperConfig<T extends MapperConfigBase<CFG,T>>public final ContextAttributes getAttributes()
MapperConfiggetAttributes in class MapperConfig<T extends MapperConfigBase<CFG,T>>public final ConfigOverride findConfigOverride(Class<?> type)
MapperConfigConfigOverride to use for
 properties of given type. Note that only directly associate override
 is found; no type hierarchy traversal is performed.findConfigOverride in class MapperConfig<T extends MapperConfigBase<CFG,T>>public final JsonFormat.Value getDefaultPropertyFormat(Class<?> type)
MapperConfiggetDefaultPropertyFormat in class MapperConfig<T extends MapperConfigBase<CFG,T>>public final JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> type)
MapperConfigMapperConfig.findConfigOverride(Class)).getDefaultPropertyIgnorals in class MapperConfig<T extends MapperConfigBase<CFG,T>>public final JsonIgnoreProperties.Value getDefaultPropertyIgnorals(Class<?> baseType, AnnotatedClass actualClass)
MapperConfigAnnotatedClass) or through
 "config overrides". If both exist, config overrides have precedence
 over class annotations.getDefaultPropertyIgnorals in class MapperConfig<T extends MapperConfigBase<CFG,T>>public PropertyName findRootName(JavaType rootType)
findRootName in class MapperConfig<T extends MapperConfigBase<CFG,T>>public PropertyName findRootName(Class<?> rawRootType)
findRootName in class MapperConfig<T extends MapperConfigBase<CFG,T>>public final Class<?> findMixInClassFor(Class<?> cls)
findMixInClassFor in interface ClassIntrospector.MixInResolverpublic ClassIntrospector.MixInResolver copy()
ClassIntrospector.MixInResolverObjectMapper instance, and one that should not be connected
 to this instance, if resolver has mutable state.
 If resolver is immutable may simply return `this`.copy in interface ClassIntrospector.MixInResolverpublic final int mixInCount()
Copyright © 2008–2016 FasterXML. All rights reserved.