public interface IdentitySerializationInfo<T>
| Modifier and Type | Method and Description |
|---|---|
ObjectIdSerializer<?> |
getObjectId(T bean,
JsonSerializationContext ctx)
getObjectId
|
String |
getPropertyName()
getPropertyName
|
boolean |
isAlwaysAsId()
isAlwaysAsId
|
boolean |
isProperty()
isProperty
|
boolean isAlwaysAsId()
isAlwaysAsId
boolean isProperty()
isProperty
String getPropertyName()
getPropertyName
ObjectIdSerializer<?> getObjectId(T bean, JsonSerializationContext ctx)
getObjectId
bean - a T object.ctx - a JsonSerializationContext object.ObjectIdSerializer object.Copyright © 2019. All rights reserved.