TypeIdResolver
MinimalClassNameIdResolver
public class ClassNameIdResolver extends TypeIdResolverBase
TypeIdResolver
implementation
that converts between fully-qualified
Java class names and (JSON) Strings._baseType, _typeFactory
Constructor | Description |
---|---|
ClassNameIdResolver(JavaType baseType,
TypeFactory typeFactory) |
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.String |
_idFrom(java.lang.Object value,
java.lang.Class<?> cls) |
|
JsonTypeInfo.Id |
getMechanism() |
Accessor for mechanism that this resolver uses for determining
type id from type.
|
java.lang.String |
idFromValue(java.lang.Object value) |
Method called to serialize type of the type of given value
as a String to include in serialized JSON content.
|
java.lang.String |
idFromValueAndType(java.lang.Object value,
java.lang.Class<?> type) |
Alternative method used for determining type from combination of
value and type, using suggested type (that serializer provides)
and possibly value of that type.
|
void |
registerSubtype(java.lang.Class<?> type,
java.lang.String name) |
|
JavaType |
typeFromId(java.lang.String id) |
Method called to resolve type from given type identifier.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
idFromBaseType, init
public ClassNameIdResolver(JavaType baseType, TypeFactory typeFactory)
public JsonTypeInfo.Id getMechanism()
TypeIdResolver
public void registerSubtype(java.lang.Class<?> type, java.lang.String name)
public java.lang.String idFromValue(java.lang.Object value)
TypeIdResolver
public java.lang.String idFromValueAndType(java.lang.Object value, java.lang.Class<?> type)
TypeIdResolver
public JavaType typeFromId(java.lang.String id)
TypeIdResolver
protected final java.lang.String _idFrom(java.lang.Object value, java.lang.Class<?> cls)