public interface IdentityDeserializationInfo<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
getPropertyName
|
boolean |
isProperty()
isProperty
|
ObjectIdGenerator.IdKey |
newIdKey(Object id)
newIdKey
|
Object |
readId(JsonReader reader,
JsonDeserializationContext ctx)
Reads the id and returns it.
|
String getPropertyName()
getPropertyName
boolean isProperty()
isProperty
ObjectIdGenerator.IdKey newIdKey(Object id)
newIdKey
id - IdentifierObjectIdGenerator.IdKeyObject readId(JsonReader reader, JsonDeserializationContext ctx)
reader - readerctx - context of the deserialization processCopyright © 2019. All rights reserved.