boolean _cfgUseValueClassLoader
By default this feature is enabled.
boolean _cfgUseOptimizedBeanDeserializer
BeanDeserializer
or not.
Use of optimized version should further improve performance, but
it can be disabled in case it causes issues.
By default this feature is enabled.
com.fasterxml.jackson.core.io.SerializedString[] _orderedPropertyNames
com.fasterxml.jackson.databind.deser.SettableBeanProperty[] _orderedProperties
SuperSonicBeanDeserializer._orderedPropertyNames
,
assigned after resolution when property instances are finalized.boolean _suppressableSet
boolean _suppressableBoolean
boolean _suppressableSet
boolean _suppressableBoolean
int _suppressableInt
boolean _suppressableIntSet
int _suppressableInt
boolean _suppressableIntSet
long _suppressableLong
boolean _suppressableLongSet
long _suppressableLong
boolean _suppressableLongSet
String _jaxbPackageName
com.fasterxml.jackson.databind.JsonSerializer<T> _dataHandlerSerializer
com.fasterxml.jackson.databind.JsonDeserializer<T> _dataHandlerDeserializer
com.fasterxml.jackson.databind.type.TypeFactory _typeFactory
boolean _ignoreXmlIDREF
String _xmlValueName
XmlValue
annotation, a placeholder name is assigned
to property (unless overridden by explicit name); this configuration
value specified what that name is.com.fasterxml.jackson.annotation.JsonInclude.Include _nonNillableInclusion
XmlElement
and XmlElementWrapper
, in case nillable
property is left as false. Default setting is
null
; this is typically changed to either
JsonInclude.Include.NON_NULL
or JsonInclude.Include.NON_EMPTY
.
DocumentBuilder builder
SerializableParanamer _paranamer
com.thoughtworks.paranamer.Paranamer _paranamer
Paranamer
to use, over
default BytecodeReadingParanamer
SerializableParanamer _paranamer
Object readResolve()
Copyright © 2020 FasterXML. All rights reserved.