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