public interface IdentitySerializationInfo<T>
| Type | Property and Description |
|---|---|
boolean |
is
Gets the value of the property property.
|
| 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.
|
boolean isAlwaysAsId()
boolean isProperty()
java.lang.String getPropertyName()
ObjectIdSerializer<?> getObjectId(T bean, JsonSerializationContext ctx)
Copyright © 2014. All Rights Reserved.