Serialized Form
-
Package org.codehaus.jackson
-
Class org.codehaus.jackson.JsonGenerationException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 123L
-
Class org.codehaus.jackson.JsonLocation extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_columnNr
int _columnNr
-
_lineNr
int _lineNr
-
_sourceRef
java.lang.Object _sourceRef
Displayable description for input source: file path, url -
_totalBytes
long _totalBytes
-
_totalChars
long _totalChars
-
-
Class org.codehaus.jackson.JsonParseException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 123L
-
Class org.codehaus.jackson.JsonProcessingException extends java.io.IOException implements Serializable
- serialVersionUID:
- 123L
-
Serialized Fields
-
mLocation
JsonLocation mLocation
-
-
-
Package org.codehaus.jackson.map
-
Class org.codehaus.jackson.map.JsonMappingException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_path
java.util.LinkedList<JsonMappingException.Reference> _path
Path through which problem that triggering throwing of this exception was reached.
-
-
Class org.codehaus.jackson.map.JsonMappingException.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 haveJsonMappingException.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".
-
-
Class org.codehaus.jackson.map.RuntimeJsonMappingException extends java.lang.RuntimeException implements Serializable
-
-
Package org.codehaus.jackson.map.exc
-
Class org.codehaus.jackson.map.exc.UnrecognizedPropertyException extends JsonMappingException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_referringClass
java.lang.Class<?> _referringClass
Class that does not contain mapping for the unrecognized property. -
_unrecognizedPropertyName
java.lang.String _unrecognizedPropertyName
Note: redundant information since it is also included in the reference path.
-
-
-
Package org.codehaus.jackson.map.util
-
Class org.codehaus.jackson.map.util.ISO8601DateFormat extends java.text.DateFormat implements Serializable
- serialVersionUID:
- 1L
-
Class org.codehaus.jackson.map.util.LRUMap extends java.util.LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
_maxEntries
int _maxEntries
-
-
-
Class org.codehaus.jackson.map.util.StdDateFormat extends java.text.DateFormat implements Serializable
-
-
Package org.codehaus.jackson.util
-
Class org.codehaus.jackson.util.InternCache extends java.util.LinkedHashMap<java.lang.String,java.lang.String> implements Serializable
-