public interface IdentityDeserializationInfo<T>
| Type | Property and Description |
|---|---|
boolean |
is |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName() |
boolean |
isProperty() |
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey |
newIdKey(Object id) |
Object |
readId(JsonReader reader,
JsonDeserializationContext ctx)
Reads the id and returns it.
|
String getPropertyName()
boolean isProperty()
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey newIdKey(Object id)
id - IdentifierObjectIdGenerator.IdKeyObject readId(JsonReader reader, JsonDeserializationContext ctx)
reader - readerctx - context of the deserialization processCopyright © 2016. All Rights Reserved.