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 java.lang.String |
_idFrom(java.lang.Object value,
java.lang.Class<?> cls) |
protected JavaType |
_typeFromId(java.lang.String id,
DatabindContext ctxt) |
java.lang.String |
getDescForKnownTypeIds()
Helper method used to get a simple description of all known type ids,
for use in error messages.
|
com.fasterxml.jackson.annotation.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(DatabindContext context,
java.lang.String id)
New method, replacement for
TypeIdResolverBase.typeFromId(String), which is given
context for accessing information, including configuration and
TypeFactory. |
JavaType |
typeFromId(java.lang.String id)
Deprecated.
|
idFromBaseType, initpublic ClassNameIdResolver(JavaType baseType, TypeFactory typeFactory)
public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()
TypeIdResolverpublic void registerSubtype(java.lang.Class<?> type,
java.lang.String name)
public java.lang.String idFromValue(java.lang.Object value)
TypeIdResolverpublic java.lang.String idFromValueAndType(java.lang.Object value,
java.lang.Class<?> type)
TypeIdResolver@Deprecated public JavaType typeFromId(java.lang.String id)
typeFromId in interface TypeIdResolvertypeFromId in class TypeIdResolverBasepublic JavaType typeFromId(DatabindContext context, java.lang.String id)
TypeIdResolverBaseTypeIdResolverBase.typeFromId(String), which is given
context for accessing information, including configuration and
TypeFactory.typeFromId in interface TypeIdResolvertypeFromId in class TypeIdResolverBaseprotected JavaType _typeFromId(java.lang.String id, DatabindContext ctxt)
protected final java.lang.String _idFrom(java.lang.Object value,
java.lang.Class<?> cls)
public java.lang.String getDescForKnownTypeIds()
TypeIdResolverBasegetDescForKnownTypeIds in interface TypeIdResolvergetDescForKnownTypeIds in class TypeIdResolverBase