Serialized Form
-
Package org.codehaus.jackson
-
Class org.codehaus.jackson.JsonGenerationException extends JsonProcessingException implements Serializable
- serialVersionUID:
- 123L
-
Class org.codehaus.jackson.JsonLocation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_columnNr
int _columnNr
-
_lineNr
int _lineNr
-
_sourceRef
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 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
LinkedList<JsonMappingException.Reference> _path
Path through which problem that triggering throwing of this exception was reached.
-
-
Class org.codehaus.jackson.map.JsonMappingException.Reference extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_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 haveJsonMappingException.Reference._index
defined), or when resolving Map classes without (yet) having an instance to operate on. -
_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). -
_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 RuntimeException implements Serializable
-
-
Package org.codehaus.jackson.map.exc
-
Class org.codehaus.jackson.map.exc.UnrecognizedPropertyException extends JsonMappingException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.codehaus.jackson.map.util
-
Class org.codehaus.jackson.map.util.ISO8601DateFormat extends DateFormat implements Serializable
- serialVersionUID:
- 1L
-
Class org.codehaus.jackson.map.util.LRUMap extends LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
_maxEntries
int _maxEntries
-
-
-
Class org.codehaus.jackson.map.util.StdDateFormat extends DateFormat implements Serializable
-
-
Package org.codehaus.jackson.util
-
Class org.codehaus.jackson.util.InternCache extends LinkedHashMap<String,String> implements Serializable
-