Serialized Form
-
Package org.codehaus.jackson
-
Exception org.codehaus.jackson.JsonGenerationException
class JsonGenerationException extends JsonProcessingException implements Serializable- serialVersionUID:
- 123L
-
Class org.codehaus.jackson.JsonLocation
class 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
-
-
Exception org.codehaus.jackson.JsonParseException
class JsonParseException extends JsonProcessingException implements Serializable- serialVersionUID:
- 123L
-
Exception org.codehaus.jackson.JsonProcessingException
class JsonProcessingException extends IOException implements Serializable- serialVersionUID:
- 123L
-
Serialized Fields
-
mLocation
JsonLocation mLocation
-
-
-
Package org.codehaus.jackson.map
-
Exception org.codehaus.jackson.map.JsonMappingException
class 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
class 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".
-
-
Exception org.codehaus.jackson.map.RuntimeJsonMappingException
class RuntimeJsonMappingException extends RuntimeException implements Serializable
-
-
Package org.codehaus.jackson.map.exc
-
Exception org.codehaus.jackson.map.exc.UnrecognizedPropertyException
class UnrecognizedPropertyException extends JsonMappingException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.codehaus.jackson.map.util
-
Class org.codehaus.jackson.map.util.ISO8601DateFormat
class ISO8601DateFormat extends DateFormat implements Serializable- serialVersionUID:
- 1L
-
Class org.codehaus.jackson.map.util.LRUMap
-
Serialized Fields
-
_maxEntries
int _maxEntries
-
-
-
Class org.codehaus.jackson.map.util.StdDateFormat
class StdDateFormat extends DateFormat implements Serializable
-
-
Package org.codehaus.jackson.util