int _errorCode
Object _data
byte[] _value
byte[] _value
byte[] _value
SoapFaultType soapFaultType
QName subcode
QName subSubcode
String reason
String node
String detail
String role
boolean headerFault
String action
Logger log
Logger log
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Object value
protected Object readResolve()
JsonAutoDetect.Visibility _fieldVisibility
JsonAutoDetect.Visibility _getterVisibility
JsonAutoDetect.Visibility _isGetterVisibility
JsonAutoDetect.Visibility _setterVisibility
JsonAutoDetect.Visibility _creatorVisibility
String _pattern
JsonFormat.Shape _shape
Locale _locale
String _timezoneStr
Boolean _lenient
JsonFormat.Features _features
protected Object readResolve()
JsonInclude.Include _valueInclusion
JsonInclude.Include _contentInclusion
Class<T> _valueFilter
Class<T> _contentFilter
protected Object readResolve()
String _name
Note that this is the only non-transient field; used when reading back from serialized state.
Also: must not be private, accessed from `BaseVariants`
protected Object readResolve()
int _factoryFeatures
int _parserFeatures
int _generatorFeatures
ObjectCodec _objectCodec
CharacterEscapes _characterEscapes
InputDecorator _inputDecorator
OutputDecorator _outputDecorator
SerializableString _rootValueSeparator
int _maximumNonEscapedChar
0
to indicate that no threshold is specified, or value
at or above 127 to indicate last character code that is NOT automatically escaped
(but depends on other configuration rules for checking).char _quoteChar
JsonWriteFeature.QUOTE_FIELD_NAMES
)
and JSON String values.long _totalBytes
long _totalChars
int _lineNr
int _columnNr
JsonLocation _location
RequestPayload _requestPayload
JsonToken _token
private void readObject(ObjectInputStream in) throws IOException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
protected Object readResolve()
String _value
byte[] _quotedUTF8Ref
byte[] _unquotedUTF8Ref
char[] _quotedChars
char[] indents
int charsPerLevel
String eol
DefaultPrettyPrinter.Indenter _arrayIndenter
DefaultPrettyPrinter.Indenter _objectIndenter
SerializableString _rootSeparator
boolean _spacesInObjectEntries
Separators _separators
String _objectFieldValueSeparatorWithSpaces
Object lock
String _rootValueSeparator
Separators _separators
byte[] _payloadAsBytes
CharSequence _payloadAsText
String _charset
char objectFieldValueSeparator
char objectEntrySeparator
char arrayValueSeparator
PropertyName _name
JavaType _type
PropertyName _wrapperName
PropertyMetadata _metadata
AnnotatedMember _member
LinkedNode<T> _problemHandlers
JsonNodeFactory _nodeFactory
JsonNode
instances.int _deserFeatures
DeserializationFeature
s enabled.int _parserFeatures
JsonParser.Feature
s to enable/disable.int _parserFeaturesToChange
JsonParser.Feature
s to enable/disableint _formatReadFeatures
FormatFeature
s to enable/disable.int _formatReadFeaturesToChange
FormatFeature
s to enable/disableDeserializerCache _cache
JsonDeserializer
caching.DeserializerFactory _factory
ObjectMapper
, ObjectReader
)
access it.DeserializationConfig _config
int _featureFlags
DeserializationFeature
s that are enabledClass<T> _view
InjectableValues _injectableValues
LinkedNode<T> _currentType
JsonDeserializer
(or, more specifically,
ContextualDeserializer
) that is being
contextualized currently.Class<T> _class
int _hash
Object _valueHandler
Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
Object _typeHandler
Note: untyped (i.e. caller has to cast) because it is used for different kinds of handlers, with unrelated types.
boolean _asStatic
LinkedList<E> _path
Object writeReplace()
String _fieldName
JsonMappingException.Reference._index
defined), or when resolving
Map classes without (yet) having an instance to operate on.int _index
Collection
instance that contained
the reference; used if index is relevant and available.
If either not applicable, or not available, -1 is used to
denote "not known" (or not relevant).String _desc
JsonMappingException.Reference._from
is
non-serializable (and has to be dropped) but we still want to pass
actual description along.JsonFactory _jsonFactory
JsonParser
and JsonGenerator
instances as necessary.TypeFactory _typeFactory
JavaType
instances;
needed to allow modules to add more custom type handling
(mostly to support types of non-Java JVM languages)InjectableValues _injectableValues
SubtypeResolver _subtypeResolver
ConfigOverrides _configOverrides
SimpleMixInResolver _mixIns
Annotations associated with the value classes will be used to override annotations of the key class, associated with the same field or method. They can be further masked by sub-classes: you can think of it as injecting annotations between the target class and its sub-classes (or interfaces)
Map
SerializationConfig _serializationConfig
DefaultSerializerProvider _serializerProvider
ObjectMapper._serializerFactory
to allow
for constructing custom serializers.
Note: while serializers are only exposed SerializerProvider
,
mappers and readers need to access additional API defined by
DefaultSerializerProvider
SerializerFactory _serializerFactory
DeserializationConfig _deserializationConfig
DefaultDeserializationContext _deserializationContext
Set<E> _registeredModuleTypes
Module.getTypeId()
that have been
registered; kept track of iff MapperFeature.IGNORE_DUPLICATE_MODULE_REGISTRATIONS
is enabled, so that duplicate registration calls can be ignored
(to avoid adding same handlers multiple times, mostly).ConcurrentHashMap<K,V> _rootDeserializers
Given that we don't expect much concurrency for additions (should very quickly converge to zero after startup), let's explicitly define a low concurrency setting.
Since version 1.5, these may are either "raw" deserializers (when no type information is needed for base type), or type-wrapped deserializers (if it is needed)
ObjectMapper.DefaultTyping _appliesFor
PolymorphicTypeValidator _subtypeValidator
PolymorphicTypeValidator
top use for validating that the subtypes
resolved are valid for use (usually to protect against possible
security issues)DeserializationConfig _config
DefaultDeserializationContext _context
JsonFactory _parserFactory
JsonGenerator
sboolean _unwrapRoot
TokenFilter _filter
JavaType _valueType
ObjectReader._valueToUpdate
is non-null, only used for
locating deserializer.JsonDeserializer<T> _rootDeserializer
ObjectReader._valueType
is known, and if so, reuse it afterwards.
This allows avoiding further deserializer lookups and increases
performance a bit on cases where readers are reused.Object _valueToUpdate
ArrayType
; array
types cannot be modified because array size is immutable.FormatSchema _schema
InjectableValues _injectableValues
DataFormatReaders _dataFormatReaders
NOTE: If defined non-null, readValue()
methods that take
Reader
or String
input will fail with exception,
because format-detection only works on byte-sources. Also, if format
cannot be detect reliably (as per detector settings),
a JsonParseException
will be thrown).
ConcurrentHashMap<K,V> _rootDeserializers
ObjectMapper
, shared with it.SerializationConfig _config
DefaultSerializerProvider _serializerProvider
SerializerFactory _serializerFactory
JsonFactory _generatorFactory
JsonGenerator
sObjectWriter.GeneratorSettings _generatorSettings
JsonGenerator
constructed for serializing values.ObjectWriter.Prefetch _prefetch
PrettyPrinter prettyPrinter
FormatSchema schema
CharacterEscapes characterEscapes
SerializableString rootValueSeparator
JavaType rootType
JsonSerializer<T> valueSerializer
ObjectWriter.Prefetch.rootType
is known, and if so, reuse it afterwards.
This allows avoiding further serializer lookups and increases
performance a bit on cases where readers are reused.TypeSerializer typeSerializer
TypeSerializer
.protected Object readResolve()
Boolean _required
String _description
Integer _index
String _defaultValue
Nulls _valueNulls
Nulls _contentNulls
protected Object readResolve()
String _simpleName
String _namespace
SerializableString _encodedSimple
NOTE: not defined as volatile to avoid performance problem with
concurrent access in multi-core environments; due to statelessness
of SerializedString
at most leads to multiple instantiations.
FilterProvider _filterProvider
PrettyPrinter _defaultPrettyPrinter
int _serFeatures
SerializationFeature
s enabled.int _generatorFeatures
JsonGenerator.Feature
s to enable/disable.int _generatorFeaturesToChange
JsonGenerator.Feature
s to enable/disableint _formatWriteFeatures
FormatFeature
s to enable/disable.int _formatWriteFeaturesToChange
FormatFeature
s to enable/disableClassIntrospector _classIntrospector
AnnotationIntrospector _annotationIntrospector
PropertyNamingStrategy _propertyNamingStrategy
TypeFactory _typeFactory
JavaType
instances;
needed to allow modules to add more custom type handling
(mostly to support types of non-Java JVM languages)TypeResolverBuilder<T extends TypeResolverBuilder<T>> _typeResolverBuilder
PolymorphicTypeValidator _typeValidator
DateFormat _dateFormat
StdDateFormat
.
Note that the configured format object will be cloned once per deserialization process (first time it is needed)
HandlerInstantiator _handlerInstantiator
Locale _locale
Locale
used with serialization formats.
Default value is Locale.getDefault()
.TimeZone _timeZone
TimeZone
used with serialization formats,
if (and only if!) explicitly set by use; otherwise `null` to indicate
"use default", which means "UTC" (from Jackson 2.7); earlier versions
(up to 2.6) used "GMT".
Note that if a new value is set, timezone is also assigned to
BaseSettings._dateFormat
of this object.
Base64Variant _defaultBase64
Base64Variant
to use for handling
binary data (byte[]
), used with data formats
that use base64 encoding (like JSON, CSV).Map<K,V> _overrides
JsonInclude.Value _defaultInclusion
JsonSetter.Value _defaultSetterInfo
VisibilityChecker<T extends VisibilityChecker<T>> _visibilityChecker
Boolean _defaultMergeable
Boolean _defaultLeniency
Deserializers[] _additionalDeserializers
KeyDeserializers[] _additionalKeyDeserializers
BeanDeserializerModifier[] _modifiers
BeanDeserializer
instances
are configured and constructed.AbstractTypeResolver[] _abstractTypeResolvers
ValueInstantiators[] _valueInstantiators
int _mapperFeatures
BaseSettings _base
SimpleMixInResolver _mixIns
SubtypeResolver _subtypeResolver
Note that instances are stateful and as such may need to be copied,
and may NOT be demoted down to BaseSettings
.
PropertyName _rootName
Class<T> _view
Object.class
is defined), meaning that all properties are to be included.ContextAttributes _attributes
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
.
ConfigOverrides _configOverrides
Serializers[] _additionalSerializers
Serializers[] _additionalKeySerializers
BeanSerializerModifier[] _modifiers
BeanSerializer
instances
are configured and constructed.JavaType _baseType
ObjectIdReader _objectIdReader
Map<K,V> _backRefProperties
boolean _acceptString
boolean _acceptBoolean
boolean _acceptInt
boolean _acceptDouble
DeserializerFactoryConfig _factoryConfig
JavaType _beanType
JsonFormat.Shape _serializationShape
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
JsonDeserializer<T> _arrayDelegateDeserializer
PropertyBasedCreator _propertyBasedCreator
boolean _nonStandardCreation
boolean _vanillaProcessing
BeanPropertyMap _beanProperties
ValueInjector[] _injectables
ValueInjector
s, if any injectable values are
expected by the bean; otherwise null.
This includes injectors used for injecting values via setters
and fields, but not ones passed through constructor parameters.SettableAnyProperty _anySetter
Set<E> _ignorableProps
boolean _ignoreAllUnknown
boolean _needViewProcesing
Map<K,V> _backRefs
UnwrappedPropertyHandler _unwrappedPropertyHandler
ExternalTypeHandler _externalTypeIdHandler
ObjectIdReader _objectIdReader
AnnotatedMethod _buildMethod
JavaType _targetType
AnnotatedParameter _annotated
Object _injectableValueId
SettableBeanProperty _fallbackSetter
Mutable only to allow setting after construction, but must be strictly set before any use.
int _creatorIndex
boolean _ignorable
Object writeReplace()
LRUMap<K,V> _cachedDeserializers
HashMap<K,V> _incompleteDeserializers
Object readResolve()
BeanProperty _property
AnnotatedMember _setter
boolean _setterIsField
JavaType _type
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
KeyDeserializer _keyDeserializer
PropertyName _propName
JavaType _type
PropertyName _wrapperName
JsonDeserializer<T> _valueDeserializer
NOTE: has been immutable since 2.3
TypeDeserializer _valueTypeDeserializer
NullValueProvider _nullProvider
_valueDeserializer
, but not always.String _managedReferenceName
TODO: should try to make immutable.
ObjectIdInfo _objectIdInfo
TODO: should try to make immutable.
ViewMatcher _viewMatcher
TODO: should try to make immutable.
int _propertyIndex
TODO: should try to make immutable if at all possible
SettableBeanProperty delegate
ReadableObjectId _roid
List<E> _unresolvedIds
BeanDeserializerBase _delegate
SettableBeanProperty[] _orderedProperties
AnnotatedMethod _buildMethod
JavaType _targetType
BeanDeserializerBase _delegate
SettableBeanProperty[] _orderedProperties
boolean _caseInsensitive
int _hashMask
int _size
int _spillCount
Object[] _hashArea
SettableBeanProperty[] _propsInOrder
Map<K,V> _aliasDefs
Map<K,V> _aliasMapping
String _message
Object readResolve()
AnnotatedField _annotated
boolean _skipNulls
AnnotatedConstructor _annotated
String _referenceName
boolean _isContainer
SettableBeanProperty _backProperty
AnnotatedMember _accessor
Object readResolve()
AnnotatedMethod _annotated
boolean _skipNulls
JsonDeserializer<T> _deserializer
Object _nullValue
AccessPattern _access
PropertyName _name
JavaType _type
JavaType _idType
PropertyName propertyName
ObjectIdGenerator<T> generator
SerializerProvider
using this as
the key.ObjectIdResolver resolver
JsonDeserializer<T> _deserializer
SettableBeanProperty idProperty
SettableBeanProperty _forward
ObjectIdReader _objectIdReader
AnnotatedMethod _annotated
Method _getter
TypeDeserializer _typeDeserializer
JsonDeserializer<T> _deserializer
Object _valueId
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
JavaType _containerType
NullValueProvider _nullProvider
Boolean _unwrapSingle
boolean _skipNullValues
_nullProvider
indicates that all null
content values should be skipped (instead of being possibly converted).Constructor<T> _defaultCtor
DateFormat _customFormat
String _formatString
JsonDeserializer<T> _delegatee
Object[] _enumsByIndex
Enum<E extends Enum<E>> _enumDefaultValue
CompactStringObjectMap _lookupByName
CompactStringObjectMap _lookupByToString
Boolean _caseInsensitive
Class<T> _enumClass
KeyDeserializer _keyDeserializer
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
PropertyBasedCreator _propertyBasedCreator
JavaType _enumType
Class<T> _enumClass
JsonDeserializer<T> _enumDeserializer
Boolean _unwrapSingle
int _kind
KeyDeserializer _keyDeserializer
MapDeserializer.resolve(com.fasterxml.jackson.databind.DeserializationContext)
is called;boolean _standardStringKey
JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
PropertyBasedCreator _propertyBasedCreator
boolean _hasDefaultCreator
Set<E> _ignorableProperties
KeyDeserializer _keyDeserializer
MapEntryDeserializer.createContextual(com.fasterxml.jackson.databind.DeserializationContext, com.fasterxml.jackson.databind.BeanProperty)
is called;JsonDeserializer<T> _valueDeserializer
TypeDeserializer _valueTypeDeserializer
boolean _untyped
Class<T> _elementClass
JsonDeserializer<T> _elementDeserializer
TypeDeserializer _elementTypeDeserializer
Boolean _unwrapSingle
NullValueProvider _nuller
JavaType _fullType
ValueInstantiator _valueInstantiator
TypeDeserializer _valueTypeDeserializer
JsonDeserializer<T> _valueDeserializer
Converter<IN,OUT> _converter
StdDelegatingDeserializer._delegateDeserializer
.JavaType _delegateType
JsonDeserializer<T> _delegateDeserializer
T
.int _kind
Class<T> _keyClass
FromStringDeserializer<T> _deser
JsonDeserializer<T> _treeDeserializer
String _valueTypeDesc
Class<T> _valueClass
AnnotatedWithParams _defaultCreator
StdValueInstantiator.createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext)
)AnnotatedWithParams _withArgsCreator
SettableBeanProperty[] _constructorArguments
JavaType _delegateType
AnnotatedWithParams _delegateCreator
SettableBeanProperty[] _delegateArguments
JavaType _arrayDelegateType
AnnotatedWithParams _arrayDelegateCreator
SettableBeanProperty[] _arrayDelegateArguments
AnnotatedWithParams _fromStringCreator
AnnotatedWithParams _fromIntCreator
AnnotatedWithParams _fromLongCreator
AnnotatedWithParams _fromDoubleCreator
AnnotatedWithParams _fromBooleanCreator
AnnotatedParameter _incompleteParameter
JsonDeserializer<T> _elementDeserializer
NullValueProvider _nullProvider
Boolean _unwrapSingle
boolean _skipNullValues
_nullProvider
indicates that all null
content values should be skipped (instead of being possibly converted).JsonDeserializer<T> _valueDeserializer
ValueInstantiator _valueInstantiator
JsonDeserializer<T> _delegateDeserializer
JsonDeserializer<T> _mapDeserializer
JsonDeserializer<T> _listDeserializer
JsonDeserializer<T> _stringDeserializer
JsonDeserializer<T> _numberDeserializer
JavaType _listType
List
has been mapped to non-default implementation,
we'll store type hereJavaType _mapType
Map
has been mapped to non-default implementation,
we'll store type hereboolean _nonMerging
boolean _nonMerging
JavaType _type
Object _value
PropertyName _propertyName
Class<T> _referringClass
String _propertyName
Note: redundant information since it is also included in the reference path.
Collection<E> _propertyIds
JavaType _type
int _kind
JsonSerializer<T> _delegate
DOMImplementationLS _domImpl
Constructor<T> _constructor
com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.Serialization _serialization
AnnotatedWithParams _owner
JavaType _type
int _index
AnnotationMap[] _paramAnnotations
Class<T> _type
Annotation _value
Class<T> _type1
Class<T> _type2
Annotation _value1
Annotation _value2
AnnotationIntrospector _primary
AnnotationIntrospector _secondary
PropertyMetadata _metadata
protected Object readResolve()
boolean _cfgConstructorPropertiesImpliesCreator
JacksonAnnotationIntrospector.setConstructorPropertiesImpliesCreator(boolean)
for
explanation.
Defaults to true.
ClassIntrospector.MixInResolver _overrides
Map<K,V> _localMixIns
JsonAutoDetect.Visibility _getterMinLevel
JsonAutoDetect.Visibility _isGetterMinLevel
JsonAutoDetect.Visibility _setterMinLevel
JsonAutoDetect.Visibility _creatorMinLevel
JsonAutoDetect.Visibility _fieldMinLevel
Set<E> _invalidBaseTypes
Object
as the base type.BasicPolymorphicTypeValidator.TypeMatcher[] _baseTypeMatchers
BasicPolymorphicTypeValidator.NameMatcher[] _subTypeNameMatchers
BasicPolymorphicTypeValidator.TypeMatcher[] _subClassMatchers
JsonTypeInfo.As _inclusion
LinkedHashSet<E> _registeredSubtypes
TypeIdResolver _idResolver
JavaType _baseType
BeanProperty _property
TypeDeserializerBase.forProperty(com.fasterxml.jackson.databind.BeanProperty)
is called to create
a copy.JavaType _defaultImpl
String _typePropertyName
boolean _typeIdVisible
Map<K,V> _deserializers
JsonDeserializer<T> _defaultImplDeserializer
String _name
Version _version
SimpleSerializers _serializers
SimpleDeserializers _deserializers
SimpleSerializers _keySerializers
SimpleKeyDeserializers _keyDeserializers
SimpleAbstractTypeResolver _abstractTypes
SimpleValueInstantiators _valueInstantiators
BeanDeserializerModifier _deserializerModifier
BeanSerializerModifier _serializerModifier
HashMap<K,V> _mixins
LinkedHashSet<E> _subtypes
PropertyNamingStrategy _namingStrategy
HashMap<K,V> _classMappings
HashMap<K,V> _interfaceMappings
boolean _hasEnumSerializer
HashMap<K,V> _classMappings
ValueInstantiator
instances.Object writeReplace()
BigInteger _value
byte[] _data
protected Object readResolve()
boolean _value
JsonNodeFactory _nodeFactory
BigDecimal _value
double _value
float _value
int _value
boolean _cfgBigDecimalExact
long _value
protected Object readResolve()
protected Object readResolve()
Object _value
short _value
String _value
SerializerFactoryConfig _factoryConfig
Object readResolve()
SerializedString _name
NOTE: do NOT change name of this field; it is accessed by Afterburner module (until 2.4; not directly from 2.5) ALSO NOTE: ... and while it really ought to be `SerializableString`, changing that is also binary-incompatible change. So nope.
PropertyName _wrapperName
JavaType _declaredType
JavaType _cfgSerializationType
JavaType _nonTrivialBaseType
AnnotatedMember _member
JsonSerializer<T> _serializer
JsonSerializer<T> _nullSerializer
TypeSerializer _typeSerializer
boolean _suppressNulls
BeanPropertyWriter._nullSerializer
.Object _suppressableValue
Class<T>[] _includeInViews
String _attrName
BeanSerializerBase _defaultSerializer
String _msg
BeanProperty _property
boolean _valueTypeIsStatic
JavaType _entryType
JavaType _keyType
JavaType _valueType
JsonSerializer<T> _keySerializer
JsonSerializer<T> _valueSerializer
TypeSerializer _valueTypeSerializer
PropertySerializerMap _dynamicValueSerializers
Object _suppressableValue
equals()
is called), or marker
value of MapEntrySerializer.MARKER_FOR_EMPTY
, or null to indicate no filtering for
non-null values.
Note that inclusion value for Map instance itself is handled by caller (POJO
property that refers to the Map value).boolean _suppressNulls
MapEntrySerializer._suppressableValue
BeanPropertyWriter _property
Map<K,V> _filtersById
PropertyFilter _defaultFilter
boolean _cfgFailOnUnknownId
JsonSerializer<T> _elementSerializer
NameTransformer _nameTransformer
NameTransformer _nameTransformer
BeanProperty _property
Boolean _unwrapSingle
JavaType _elementType
BeanProperty _property
boolean _staticTyping
Boolean _unwrapSingle
TypeSerializer _valueTypeSerializer
JsonSerializer<T> _elementSerializer
PropertySerializerMap _dynamicSerializers
JavaType _beanType
BeanPropertyWriter[] _props
BeanPropertyWriter[] _filteredProps
AnyGetterWriter _anyGetterWriter
JsonAnyGetter
annotated propertiesObject _propertyFilterId
AnnotatedMember _typeId
ObjectIdWriter _objectIdWriter
JsonFormat.Shape _serializationShape
boolean _forPrimitive
Boolean _useTimestamp
DateFormat _customFormat
DateTimeSerializerBase._useTimestamp
is true.AtomicReference<V> _reusedCustomFormat
DateTimeSerializerBase._customFormat
is used, we will try to reuse instances in simplest
possible form; thread-safe, but without overhead of ThreadLocal
(not from code, but wrt retaining of possibly large number of format instances
over all threads, properties with custom formats).EnumValues _values
Boolean _serializeAsIndex
boolean _asNumeric
AnnotatedMember _accessor
JsonSerializer<T> _valueSerializer
BeanProperty _property
boolean _forceTypeInformation
TypeSerializer _typeSerializer
BeanProperty _property
Object _key
Object _value
JsonSerializer<T> _keySerializer
JsonSerializer<T> _valueSerializer
BeanProperty _property
boolean _valueTypeIsStatic
JavaType _keyType
JavaType _valueType
JsonSerializer<T> _keySerializer
JsonSerializer<T> _valueSerializer
TypeSerializer _valueTypeSerializer
PropertySerializerMap _dynamicValueSerializers
Set<E> _ignoredEntries
Object _filterId
Object _suppressableValue
equals()
is called), or marker
value of MapSerializer.MARKER_FOR_EMPTY
, or null to indicate no filtering for
non-null values.
Note that inclusion value for Map instance itself is handled by caller (POJO
property that refers to the Map value).boolean _suppressNulls
MapSerializer._suppressableValue
boolean _sortKeys
boolean _isInt
JsonParser.NumberType _numberType
String _schemaType
boolean _isInt
boolean _staticTyping
JavaType _elementType
TypeSerializer _valueTypeSerializer
JsonSerializer<T> _elementSerializer
PropertySerializerMap _dynamicSerializers
JavaType _referredType
BeanProperty _property
TypeSerializer _valueTypeSerializer
JsonSerializer<T> _valueSerializer
NameTransformer _unwrapper
Object _suppressableValue
equals()
is called), or marker
value of ReferenceTypeSerializer.MARKER_FOR_EMPTY
, or null to indicate no filtering for
non-null values.
Note that inclusion value for Map instance itself is handled by caller (POJO
property that refers to the Map value).boolean _suppressNulls
ReferenceTypeSerializer._suppressableValue
Boolean _unwrapSingle
int _typeId
Object readResolve()
EnumValues _values
JavaType _elementType
int _ordinal
JavaType _actualType
JavaType _referencedType
JavaType _anchorType
SimpleType
is upgraded into reference type, but NOT changed
if being sub-classed.JavaType _referencedType
JavaType _superClass
JavaType[] _superInterfaces
TypeBindings _bindings
protected Object readResolve()
LRUMap<K,V> _typeCache
TypeModifier[] _modifiers
TypeModifier
s: objects that can change details
of JavaType
instances factory constructs.TypeParser _parser
ClassLoader _classLoader
TypeFactory _factory
int _hashMask
int _spillCount
Object[] _hashArea
private void readObject(ObjectInputStream in) throws IOException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
protected Object readResolve()
NameTransformer _t1
NameTransformer _t2
protected Object readResolve()
Locale _locale
Boolean _lenient
Cannot be `final` because StdDateFormat.setLenient(boolean)
returns
`void`.
boolean _tzSerializedWithColon
HH:mm
format)
Defaults to false
for backwards compatibility reasons
Object _empty
Object _empty
Object _empty
JavaType elemType
Function<T,R> fromMilliseconds
Function<T,R> fromNanoseconds
Function<T,R> parsedToValue
BiFunction<T,U,R> adjust
boolean replaceZeroOffsetAsZ
Boolean _adjustToContextTZOverride
JsonFormat.Feature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE
DateTimeFormatter _formatter
boolean _isLenient
JsonFormat
annotation on property or class, or due to per-type
"config override", or from global settings): leniency/strictness has effect
on accepting some non-default input value representations (such as integer values
for dates).
Note that global default setting is for leniency to be enabled, for Jackson 2.x, and has to be explicitly change to force strict handling: this is to keep backwards compatibility with earlier versions.
int _valueType
DateTimeFormatter defaultFormat
ToLongFunction<T> getEpochMillis
ToLongFunction<T> getEpochSeconds
ToIntFunction<T> getNanoseconds
Boolean _writeZoneId
JsonFormat.Feature.WRITE_DATES_WITH_ZONE_ID
AnnotationMap _annotations
int _maxEntries
String _jaxbPackageName
JsonSerializer<T> _dataHandlerSerializer
JsonDeserializer<T> _dataHandlerDeserializer
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.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
String name
Operation operation
BindingInput bindingInput
BindingOutput bindingOutput
Map<K,V> bindingFaults
List<E> nativeAttributeNames
String documentBaseURI
QName name
String targetNamespace
Map<K,V> namespaces
Map<K,V> imports
Types types
Map<K,V> messages
Map<K,V> bindings
Map<K,V> portTypes
Map<K,V> services
List<E> nativeAttributeNames
ExtensionRegistry extReg
String namespaceURI
String locationURI
Definition definition
List<E> nativeAttributeNames
String namespace
ImageViewerCanvas canvas
Image image
DataHandler _dh
boolean DEBUG
Image canvas_image
TextArea text_area
GridBagLayout panel_gb
Panel button_panel
Button save_button
File text_file
String text_buffer
InputStream data_ins
FileInputStream fis
DataHandler _dh
boolean DEBUG
TextArea text_area
File text_file
String text_buffer
DataHandler _dh
boolean DEBUG
JDefinedClass existing
Map<K,V> atParams
Map<K,V> atXdoclets
Map<K,V> atThrows
JCommentPart atReturn
JCommentPart atDeprecated
JCodeModel owner
HashMap<K,V> serverTable
Repository repository
CorbaTransportManager transportManager
int initialPort
ORB orb
ActivationSystemException wrapper
String dbDirName
boolean debug
int serverStartupDelay
TypeCodeImpl typeCode
ORB orb
ORBUtilSystemException wrapper
CDRInputStream stream
long value
Object object
boolean isInitialized
int _kind
String _id
String _name
int _memberCount
String[] _memberNames
TypeCodeImpl[] _memberTypes
AnyImpl[] _unionLabels
TypeCodeImpl _discriminator
int _defaultIndex
int _length
TypeCodeImpl _contentType
short _digits
short _scale
short _type_modifier
TypeCodeImpl _concrete_base
short[] _memberAccess
TypeCodeImpl _parent
int _parentOffset
TypeCodeImpl _indirectType
byte[] outBuffer
boolean cachingEnabled
ORB _orb
ORBUtilSystemException wrapper
int currentEnumeratorIndex
CorbaConnection corbaConnection
Message header
boolean unmarshaledHeader
ORB orb
ORBUtilSystemException wrapper
OMGSystemException omgWrapper
CorbaMessageMediator messageMediator
com.sun.corba.se.impl.encoding.CDRInputStreamBase impl
Message header
ORB orb
ORBUtilSystemException wrapper
OMGSystemException omgWrapper
CorbaConnection connection
com.sun.corba.se.impl.encoding.CDROutputStreamBase impl
ORB orb
ORBUtilSystemException wrapper
CorbaMessageMediator corbaMessageMediator
ORBUtilSystemException wrapper
CodeBase codeBase
Map<K,V> typeMap
InputStream enclosure
boolean isEncapsulation
OutputStream enclosure
Map<K,V> typeMap
boolean isEncapsulation
ORB orb
ORBUtilSystemException wrapper
GIOPVersion giopVersion
RetryType retryRequest
int entryCount
Request request
boolean diiInitiate
CorbaMessageMediator messageMediator
Object cachedTargetObject
Object cachedEffectiveTargetObject
Parameter[] cachedArguments
TypeCode[] cachedExceptions
String[] cachedContexts
String[] cachedOperationContext
String cachedReceivedExceptionId
Any cachedResult
Any cachedReceivedException
TaggedProfile cachedEffectiveProfile
HashMap<K,V> cachedRequestServiceContexts
HashMap<K,V> cachedReplyServiceContexts
HashMap<K,V> cachedEffectiveComponents
boolean piCurrentPushed
ORB orb
ORBUtilSystemException wrapper
Codec[] codecs
int state
ObjectAdapter adapter
ORB orb
ORBUtilSystemException orbutilWrapper
InterceptorsSystemException wrapper
OMGSystemException omgWrapper
ORB orb
InterceptorsSystemException wrapper
ORBUtilSystemException orbutilWrapper
OMGSystemException omgWrapper
String[] args
String orbId
CodecFactory codecFactory
int stage
int slotCounter
ORB myORB
OMGSystemException wrapper
boolean orbInitializing
ThreadLocal<T> threadLocalSlotTable
ORB myORB
InterceptorsSystemException wrapper
OMGSystemException stdWrapper
int flowStackIndex
int startingPointCall
int intermediatePointCall
int endingPointCall
short replyStatus
int currentExecutionPoint
boolean alreadyExecuted
Connection connection
ServiceContexts serviceContexts
ForwardRequest forwardRequest
IOR forwardRequestIOR
SlotTable slotTable
Exception exception
boolean forwardRequestRaisedInEnding
CorbaMessageMediator request
Object servant
byte[] objectId
ObjectKeyTemplate oktemp
byte[] adapterId
String[] adapterName
ArrayList<E> addReplyServiceContextQueue
ReplyMessage replyMessage
String targetMostDerivedInterface
NVList dsiArguments
Any dsiResult
Any dsiException
boolean isDynamic
ObjectAdapter objectAdapter
int serverRequestId
Parameter[] cachedArguments
Any cachedSendingException
HashMap<K,V> cachedRequestServiceContexts
HashMap<K,V> cachedReplyServiceContexts
public Object readResolve(Object value)
public Serializable writeReplace(Serializable value)
boolean isEnum
String name
ObjectStreamClass superclass
boolean serializable
boolean externalizable
ObjectStreamField[] fields
Class<T> ofClass
boolean forProxyClass
long suid
String suidStr
long actualSuid
String actualSuidStr
int primBytes
int objFields
boolean initialized
Object lock
boolean hasExternalizableBlockData
Method writeObjectMethod
Method readObjectMethod
Constructor<T> cons
String rmiiiopOptionalDataRepId
ObjectStreamClass localClassDesc
int length
boolean eof
BindingType theBindingType
String strObjectRef
ORB orb
POASystemException wrapper
boolean debug
int state
POAPolicyMediator mediator
int numLevels
ObjectAdapterId poaId
String name
POAManagerImpl manager
int uniquePOAId
POAImpl parent
Map<K,V> children
AdapterActivator activator
int invocationCount
Sync poaMutex
CondVar adapterActivatorCV
CondVar invokeCV
CondVar beingDestroyedCV
ThreadLocal<T> isDestroying
POAFactory factory
PIHandler pihandler
State state
Set<E> poas
int nInvocations
int nWaiters
int myId
boolean debug
boolean explicitStateChange
RequestProcessingPolicyValue value
public Object readResolve(Object value)
public Serializable writeReplace(Serializable value)
String name
ObjectStreamClass_1_3_1 superclass
boolean serializable
boolean externalizable
com.sun.corba.se.impl.orbutil.ObjectStreamField[] fields
Class<T> ofClass
boolean forProxyClass
long suid
String suidStr
long actualSuid
String actualSuidStr
int primBytes
int objFields
Object lock
boolean hasWriteObjectMethod
boolean hasExternalizableBlockData
Method writeObjectMethod
Method readObjectMethod
ObjectStreamClass_1_3_1 localClassDesc
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
public Object readResolve()
String[] typeIds
StubIORImpl ior
DynamicStub self
short expectedAddrDisp
int requestId
int selected_profile_index
IOR ior
byte[] ___object_key
TaggedProfile ___profile
IORAddressingInfo ___ior
short __discriminator
boolean __uninitialized
com.sun.corba.se.impl.util.RepositoryIdPool pool
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String reason
String endpointType
int port
String orbId
String orbId
int port
int serverId
int serverId
int serverId
int serverId
int serverId
int serverId
int serverId
String hostname
ORBPortInfo[] ports
String hostname
EndPointInfo[] ports
int value
int value
int type
boolean flag
int request_id
int request_id
int selected_profile_index
IOR ior
int request_id
LocateStatusType_1_0 locate_status
int request_id
byte[] object_key
int request_id
TargetAddress target
int __value
char[] magic
Version GIOP_version
boolean byte_order
byte message_type
int message_size
char[] magic
Version GIOP_version
byte flags
byte message_type
int message_size
ServiceContext[] service_context
int request_id
ReplyStatusType_1_0 reply_status
int __value
ServiceContext[] service_context
int request_id
boolean response_expected
byte[] object_key
String operation
byte[] requesting_principal
ServiceContext[] service_context
int request_id
boolean response_expected
byte[] reserved
byte[] object_key
String operation
byte[] requesting_principal
int request_id
byte response_flags
byte[] reserved
TargetAddress target
String operation
ServiceContext[] service_context
String exception_id
int minor_code_value
int completion_status
byte[] ___object_key
TaggedProfile ___profile
IORAddressingInfo ___ior
short __discriminator
boolean __uninitialized
byte major
byte minor
SocketInfo socketInfo
int selected_profile_index
IOR ior
byte[] ___object_key
TaggedProfile ___profile
IORAddressingInfo ___ior
short __discriminator
boolean __uninitialized
Map<K,V> classToInvocationHandler
InvocationHandler defaultHandler
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
private void readObject(ObjectInputStream s) throws IOException
IOException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
String reason
String endpointType
int port
String orbId
String orbId
int port
String serverId
String serverId
String serverId
String serverId
String serverId
String serverId
String serverId
String hostname
EndPointInfo[] ports
String hostname
ORBPortInfo[] ports
long[] uids
long modseq
int interval
int interval
int msgno
String url
InternetAddress addr
String cmd
int rc
InternetAddress addr
String cmd
int rc
InternetAddress addr
String cmd
int rc
InternetAddress addr
String cmd
int rc
String host
int port
int cto
String host
int port
int cto
private void readObject(ObjectInputStream s)
private void writeObject(ObjectOutputStream s)
int __value
StructMember[] members
String name
String name
String id
String defined_in
String version
TypeCode result
OperationMode mode
String[] contexts
ParameterDescription[] parameters
ExceptionDescription[] exceptions
int __value
String name
TypeCode type
IDLType type_def
ParameterMode mode
int __value
String name
String id
boolean is_abstract
boolean is_custom
String defined_in
String version
OperationDescription[] operations
AttributeDescription[] attributes
ValueMember[] members
Initializer[] initializers
String[] supported_interfaces
String[] abstract_base_values
boolean is_truncatable
String base_value
TypeCode type
private void readObject(ObjectInputStream s)
private void writeObject(ObjectOutputStream s)
String message
String message
Throwable cause
NameClass nameClass
String namespaceUri
QName name
Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
int kind
int beginLine
int beginColumn
int endLine
int endColumn
String image
Token next
Token specialToken
int errorCode
Options options
CCustomizations next
CCustomizations
used by a Model
form a single linked list
so that we can look for unacknowledged customizations later.CCustomizable owner
Throwable cause
Exception next
DataFlavor[] flavor
SOAPExceptionImpl soapException
String m_scheme
String m_userinfo
String m_host
int m_port
String m_path
String m_queryString
String m_fragment
String configPropertyName
protected Object readResolve()
protected Object readResolve()
int code
int closeCode
int errorId
int capacity
protected Object readResolve()
Deployment deployment
ResourceSupplier resourceSupplier
boolean directoryListingEnabled
boolean defaultAllowed
Set<E> allowed
Set<E> disallowed
boolean resolveAgainstContextRoot
boolean allowPost
byte[] data
int dataLength
HttpString method
String requestPath
HashMap<K,V> headerMap
List<E> handshakes
WebSocketConnectionCallback callback
Set<E> peerConnections
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
ClassNotFoundException
- if the class of a serialized object
could not be foundIOException
- if an I/O error occursprivate void writeObject(ObjectOutputStream s) throws IOException
E
) in
the proper order, followed by a nullIOException
- if an I/O error occursprivate void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
byte[] bytes
int orderInt
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
E
) in
the proper order, followed by a nullIOException
protected Object readResolve()
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput arg0) throws IOException
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
ClassNotFoundException
- If the class for an object being
restored cannot be found.IOException
public void writeExternal(ObjectOutput out) throws IOException
IOException
- Includes any I/O exceptions that may occurString value
Throwable cause
The underlying exception that caused this exception.
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Reconstruct FacesMessage
from serialized artifacts.
IOException
- Any of the usual Input/Output related exceptions.ClassNotFoundException
- Class of a serialized object cannot be found.private void writeObject(ObjectOutputStream out) throws IOException
Persist FacesMessage
artifacts, including the non
serializable Severity
.
IOException
- Any of the usual Input/Output related exceptions.String viewId
The view identifier of the view that could not be restored.
FacesMessage facesMessage
FacesMessage facesMessage
Behavior behavior
PhaseId phaseId
FacesContext context
PhaseId phaseId
Object oldValue
The previous local value of the source UIComponent
.
Object newValue
The current local value of the source UIComponent
.
String channel
Serializable user
javax.websocket.CloseReason.CloseCode code
Object data
int index
SelectItem[] selectItems
FacesMessage message
Collection<E> messages
String path
int line
int column
String converterId
The identifier of the Converter
instance to be created.
String binding
The ValueExpression
that evaluates to an object that
implements Converter
.
String name
The name of this facet. This will be used as the facet name for
our UIComponentTag
child in our UIComponentTag
parent's facet list.
String validatorId
The identifier of the Validator
instance to be created.
String binding
The ValueExpression
that evaluates to an object that
implements Validator
.
String errorCode
JsonLocation location
protected Object readResolve() throws ObjectStreamException
readResolve
method that checks for their known
instances before calling this super method.ObjectStreamException
- for object stream errorsString type
Exception next