|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadableObjectId | |
---|---|
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. |
Uses of ReadableObjectId in com.fasterxml.jackson.databind |
---|
Methods in com.fasterxml.jackson.databind that return ReadableObjectId | |
---|---|
abstract ReadableObjectId |
DeserializationContext.findObjectId(Object id,
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generator)
Method called to find and return entry corresponding to given Object Id: will add an entry if necessary, and never returns null |
Uses of ReadableObjectId in com.fasterxml.jackson.databind.deser |
---|
Fields in com.fasterxml.jackson.databind.deser with type parameters of type ReadableObjectId | |
---|---|
protected LinkedHashMap<com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey,ReadableObjectId> |
DefaultDeserializationContext._objectIds
|
Methods in com.fasterxml.jackson.databind.deser that return ReadableObjectId | |
---|---|
ReadableObjectId |
DefaultDeserializationContext.findObjectId(Object id,
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |