Package | Description |
---|---|
com.fasterxml.jackson.databind |
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
Modifier and Type | Method and Description |
---|---|
abstract ReadableObjectId |
DeserializationContext.findObjectId(Object id,
ObjectIdGenerator<?> generator)
Deprecated.
|
abstract ReadableObjectId |
DeserializationContext.findObjectId(Object id,
ObjectIdGenerator<?> generator,
ObjectIdResolver resolver)
Method called to find and return entry corresponding to given
Object Id: will add an entry if necessary, and never returns null
|
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<ObjectIdGenerator.IdKey,ReadableObjectId> |
DefaultDeserializationContext._objectIds |
Modifier and Type | Method and Description |
---|---|
ReadableObjectId |
DefaultDeserializationContext.findObjectId(Object id,
ObjectIdGenerator<?> gen)
Deprecated.
|
ReadableObjectId |
DefaultDeserializationContext.findObjectId(Object id,
ObjectIdGenerator<?> gen,
ObjectIdResolver resolverType) |
ReadableObjectId |
UnresolvedForwardReference.getRoid() |
Constructor and Description |
---|
UnresolvedForwardReference(String msg,
JsonLocation loc,
ReadableObjectId roid) |
Copyright © 2014 FasterXML. All Rights Reserved.