public class PropertyIdentityDeserializationInfo<T> extends Object implements IdentityDeserializationInfo<T>
PropertyIdentityDeserializationInfo class.
| Constructor and Description |
|---|
PropertyIdentityDeserializationInfo(String propertyName,
Class<?> type,
Class<?> scope)
Constructor for PropertyIdentityDeserializationInfo.
|
| 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.
|
public final String getPropertyName()
getPropertyName
getPropertyName in interface IdentityDeserializationInfo<T>public final boolean isProperty()
isProperty
isProperty in interface IdentityDeserializationInfo<T>public ObjectIdGenerator.IdKey newIdKey(Object id)
newIdKey
newIdKey in interface IdentityDeserializationInfo<T>id - IdentifierObjectIdGenerator.IdKeypublic final Object readId(JsonReader reader, JsonDeserializationContext ctx)
readId in interface IdentityDeserializationInfo<T>reader - readerctx - context of the deserialization processCopyright © 2019. All rights reserved.