Serialized Form


Package com.fasterxml.jackson.jr.ob

Class com.fasterxml.jackson.jr.ob.JSONObjectException extends JsonProcessingException implements Serializable

serialVersionUID: 1L

Serialized Fields

_path

LinkedList<E> _path
Path through which problem that triggering throwing of this exception was reached.

Class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_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 JSONObjectException.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.jr.type

Class com.fasterxml.jackson.jr.type.TypeResolver extends Object implements Serializable

Serialized Fields

_cache

Map<K,V> _cache



Copyright © 2016 FasterXML. All rights reserved.