Serialized Form
-
Package com.fasterxml.jackson.jr.ob
-
Class com.fasterxml.jackson.jr.ob.JSONObjectException extends com.fasterxml.jackson.core.JsonProcessingException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_path
java.util.LinkedList<JSONObjectException.Reference> _path
Path through which problem that triggering throwing of this exception was reached.
-
-
Class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_fieldName
java.lang.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 haveJSONObjectException.Reference._index
defined), or when resolving Map classes without (yet) having an instance to operate on. -
_from
java.lang.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). -
_index
int _index
Index within aCollection
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.jr.type
-
Class com.fasterxml.jackson.jr.type.RecursiveType extends ResolvedType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_referencedType
ResolvedType _referencedType
-
-
Class com.fasterxml.jackson.jr.type.ResolvedType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bindings
TypeBindings _bindings
-
_elemType
ResolvedType _elemType
-
_erasedType
java.lang.Class<?> _erasedType
-
_interfaces
ResolvedType[] _interfaces
-
_kind
int _kind
-
_super
ResolvedType _super
-
-
Class com.fasterxml.jackson.jr.type.TypeBindings extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_hashCode
int _hashCode
-
_names
java.lang.String[] _names
-
_types
ResolvedType[] _types
-
_unboundVariables
java.lang.String[] _unboundVariables
Names of potentially unresolved type variables. Needs to be separate from actual names since these are only used during resolution of possible self-references.- Since:
- 2.7
-
-
Class com.fasterxml.jackson.jr.type.TypeResolver extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-