public abstract class IdentitySerializationInfo<T,I> extends HasSerializer<I,JsonSerializer<I>>
| Modifier | Constructor and Description |
|---|---|
protected |
IdentitySerializationInfo(boolean alwaysAsId,
String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
abstract ObjectIdSerializer<I> |
getObjectId(T bean,
JsonSerializationContext ctx) |
String |
getPropertyName() |
boolean |
isAlwaysAsId() |
getSerializer, newSerializerprotected IdentitySerializationInfo(boolean alwaysAsId,
String propertyName)
public boolean isAlwaysAsId()
public String getPropertyName()
public abstract ObjectIdSerializer<I> getObjectId(T bean, JsonSerializationContext ctx)
Copyright © 2013. All Rights Reserved.