Serialized Form
Package com.fasterxml.jackson.databind |
serialVersionUID: 1L
_path
LinkedList<E> _path
- Path through which problem that triggering throwing of
this exception was reached.
serialVersionUID: 1L
_from
Object _from
- Object through which reference was resolved. Can be either
actual instance (usually the case for serialization), or
Class (usually the case for deserialization).
_fieldName
String _fieldName
- Name of field (for beans) or key (for Maps) that is part
of the reference. May be null for Collection types (which
generally have
JsonMappingException.Reference._index
defined), or when resolving
Map classes without (yet) having an instance to operate on.
_index
int _index
- Index within a
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".
Package com.fasterxml.jackson.databind.exc |
serialVersionUID: 1L
_referringClass
Class<T> _referringClass
- Class that does not contain mapping for the unrecognized property.
_unrecognizedPropertyName
String _unrecognizedPropertyName
Note: redundant information since it is also included in the
reference path.
_propertyIds
Collection<E> _propertyIds
- Set of ids of properties that are known for the type, if this
can be statically determined.
Package com.fasterxml.jackson.databind.util |
serialVersionUID: 1L
_maxEntries
int _maxEntries
Copyright © 2012 fasterxml.com. All Rights Reserved.