|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WritableObjectId | |
---|---|
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.ser | Contains implementation classes of serialization part of data binding. |
Uses of WritableObjectId in com.fasterxml.jackson.databind |
---|
Methods in com.fasterxml.jackson.databind that return WritableObjectId | |
---|---|
abstract WritableObjectId |
SerializerProvider.findObjectId(Object forPojo,
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generatorType)
Method called to find the Object Id for given POJO, if one has been generated. |
Uses of WritableObjectId in com.fasterxml.jackson.databind.ser |
---|
Fields in com.fasterxml.jackson.databind.ser with type parameters of type WritableObjectId | |
---|---|
protected IdentityHashMap<Object,WritableObjectId> |
DefaultSerializerProvider._seenObjectIds
|
Methods in com.fasterxml.jackson.databind.ser that return WritableObjectId | |
---|---|
WritableObjectId |
DefaultSerializerProvider.findObjectId(Object forPojo,
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generatorType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |