public class PropertyIdentitySerializationInfo<T> extends java.lang.Object implements IdentitySerializationInfo<T>
| Type | Property and Description |
|---|---|
boolean |
is
Gets the value of the property property.
|
| Constructor and Description |
|---|
PropertyIdentitySerializationInfo(boolean alwaysAsId,
java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdSerializer<?> |
getObjectId(T bean,
JsonSerializationContext ctx) |
java.lang.String |
getPropertyName() |
boolean |
isAlwaysAsId() |
boolean |
isProperty()
Gets the value of the property property.
|
public boolean isProperty
isProperty in interface IdentitySerializationInfo<T>public PropertyIdentitySerializationInfo(boolean alwaysAsId,
java.lang.String propertyName)
public boolean isAlwaysAsId()
isAlwaysAsId in interface IdentitySerializationInfo<T>public boolean isProperty()
isProperty in interface IdentitySerializationInfo<T>public java.lang.String getPropertyName()
getPropertyName in interface IdentitySerializationInfo<T>public ObjectIdSerializer<?> getObjectId(T bean, JsonSerializationContext ctx)
getObjectId in interface IdentitySerializationInfo<T>Copyright © 2014. All Rights Reserved.