public class PropertyIdentityDeserializationInfo<T> extends java.lang.Object implements IdentityDeserializationInfo<T>
PropertyIdentityDeserializationInfo class.
| Type | Property and Description |
|---|---|
boolean |
is
Gets the value of the property property.
|
| Constructor and Description |
|---|
PropertyIdentityDeserializationInfo(java.lang.String propertyName,
java.lang.Class<?> type,
java.lang.Class<?> scope)
Constructor for PropertyIdentityDeserializationInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName()
getPropertyName
|
boolean |
isProperty()
Gets the value of the property property.
|
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey |
newIdKey(java.lang.Object id)
newIdKey
|
java.lang.Object |
readId(JsonReader reader,
JsonDeserializationContext ctx)
Reads the id and returns it.
|
public final boolean isProperty
isProperty in interface IdentityDeserializationInfo<T>public PropertyIdentityDeserializationInfo(java.lang.String propertyName,
java.lang.Class<?> type,
java.lang.Class<?> scope)
Constructor for PropertyIdentityDeserializationInfo.
propertyName - a String object.type - a Class object.scope - a Class object.public final java.lang.String getPropertyName()
getPropertyName
getPropertyName in interface IdentityDeserializationInfo<T>public final boolean isProperty()
isProperty in interface IdentityDeserializationInfo<T>public com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey newIdKey(java.lang.Object id)
newIdKey
newIdKey in interface IdentityDeserializationInfo<T>id - IdentifierObjectIdGenerator.IdKeypublic final java.lang.Object readId(JsonReader reader, JsonDeserializationContext ctx)
readId in interface IdentityDeserializationInfo<T>reader - readerctx - context of the deserialization processCopyright © 2018. All Rights Reserved.