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