Serialized Form


Package com.fasterxml.jackson.databind

Class com.fasterxml.jackson.databind.JsonMappingException extends com.fasterxml.jackson.core.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.databind.JsonMappingException.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 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".

Class com.fasterxml.jackson.databind.RuntimeJsonMappingException extends RuntimeException implements Serializable


Package com.fasterxml.jackson.databind.exc

Class com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException extends JsonMappingException implements Serializable

serialVersionUID: 1L

Serialized Fields

_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

Class com.fasterxml.jackson.databind.util.ISO8601DateFormat extends DateFormat implements Serializable

serialVersionUID: 1L

Class com.fasterxml.jackson.databind.util.LRUMap extends LinkedHashMap<K,V> implements Serializable

Serialized Fields

_maxEntries

int _maxEntries

Class com.fasterxml.jackson.databind.util.ObjectIdMap extends IdentityHashMap<Object,Object> implements Serializable

Class com.fasterxml.jackson.databind.util.StdDateFormat extends DateFormat implements Serializable



Copyright © 2012 fasterxml.com. All Rights Reserved.