public abstract class AbstractIdentitySerializationInfo<T,I> extends HasSerializer<I,JsonSerializer<I>> implements IdentitySerializationInfo<T>
| Type | Property and Description |
|---|---|
boolean |
is
Gets the value of the property property.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIdentitySerializationInfo(boolean alwaysAsId,
java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
abstract ObjectIdSerializer<I> |
getObjectId(T bean,
JsonSerializationContext ctx) |
java.lang.String |
getPropertyName() |
boolean |
isAlwaysAsId() |
boolean |
isProperty()
Gets the value of the property property.
|
getSerializer, newSerializerpublic boolean isProperty
isProperty in interface IdentitySerializationInfo<T>protected AbstractIdentitySerializationInfo(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 abstract ObjectIdSerializer<I> getObjectId(T bean, JsonSerializationContext ctx)
getObjectId in interface IdentitySerializationInfo<T>Copyright © 2014. All Rights Reserved.