public class ClassNameIdResolver extends TypeIdResolverBase
TypeIdResolver implementation
that converts between fully-qualified
Java class names and (JSON) Strings._baseType, _typeFactory| Constructor and Description |
|---|
ClassNameIdResolver(JavaType baseType,
TypeFactory typeFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
_idFrom(Object value,
Class<?> cls) |
protected JavaType |
_typeFromId(String id,
TypeFactory typeFactory) |
JsonTypeInfo.Id |
getMechanism()
Accessor for mechanism that this resolver uses for determining
type id from type.
|
String |
idFromValue(Object value)
Method called to serialize type of the type of given value
as a String to include in serialized JSON content.
|
String |
idFromValueAndType(Object value,
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(Class<?> type,
String name) |
JavaType |
typeFromId(DatabindContext context,
String id)
New method, replacement for
TypeIdResolverBase.typeFromId(String), which is given
context for accessing information, including configuration and
TypeFactory. |
JavaType |
typeFromId(String id)
Deprecated.
|
idFromBaseType, initpublic ClassNameIdResolver(JavaType baseType, TypeFactory typeFactory)
public JsonTypeInfo.Id getMechanism()
TypeIdResolverpublic String idFromValue(Object value)
TypeIdResolverpublic String idFromValueAndType(Object value, Class<?> type)
TypeIdResolver@Deprecated public JavaType typeFromId(String id)
TypeIdResolvertypeFromId in interface TypeIdResolvertypeFromId in class TypeIdResolverBasepublic JavaType typeFromId(DatabindContext context, String id)
TypeIdResolverBaseTypeIdResolverBase.typeFromId(String), which is given
context for accessing information, including configuration and
TypeFactory.typeFromId in class TypeIdResolverBaseprotected JavaType _typeFromId(String id, TypeFactory typeFactory)
Copyright © 2014 FasterXML. All Rights Reserved.