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,
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generator)
Deprecated.
|
abstract ReadableObjectId |
DeserializationContext.findObjectId(Object id,
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generator,
com.fasterxml.jackson.annotation.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<com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey,ReadableObjectId> |
DefaultDeserializationContext._objectIds |
Modifier and Type | Method and Description |
---|---|
ReadableObjectId |
DefaultDeserializationContext.findObjectId(Object id,
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> gen)
Deprecated.
|
ReadableObjectId |
DefaultDeserializationContext.findObjectId(Object id,
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> gen,
com.fasterxml.jackson.annotation.ObjectIdResolver resolverType) |
ReadableObjectId |
UnresolvedForwardReference.getRoid() |
Constructor and Description |
---|
UnresolvedForwardReference(String msg,
com.fasterxml.jackson.core.JsonLocation loc,
ReadableObjectId roid) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.