|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
public class TypeNameIdResolver
| Field Summary | |
|---|---|
protected MapperConfig<?> |
_config
|
protected HashMap<String,JavaType> |
_idToType
Mappings from type id to JavaType, used for deserialization |
protected HashMap<String,String> |
_typeToId
Mappings from class name to type id, used for serialization |
| Fields inherited from class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase |
|---|
_baseType, _typeFactory |
| Constructor Summary | |
|---|---|
protected |
TypeNameIdResolver(MapperConfig<?> config,
JavaType baseType,
HashMap<String,String> typeToId,
HashMap<String,JavaType> idToType)
|
| Method Summary | |
|---|---|
protected static String |
_defaultTypeId(Class<?> cls)
If no name was explicitly given for a class, we will just use non-qualified class name |
static TypeNameIdResolver |
construct(MapperConfig<?> config,
JavaType baseType,
Collection<NamedType> subtypes,
boolean forSer,
boolean forDeser)
|
com.fasterxml.jackson.annotation.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. |
String |
toString()
|
JavaType |
typeFromId(String id)
Method called to resolve type from given type identifier. |
| Methods inherited from class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase |
|---|
idFromBaseType, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final MapperConfig<?> _config
protected final HashMap<String,String> _typeToId
protected final HashMap<String,JavaType> _idToType
| Constructor Detail |
|---|
protected TypeNameIdResolver(MapperConfig<?> config,
JavaType baseType,
HashMap<String,String> typeToId,
HashMap<String,JavaType> idToType)
| Method Detail |
|---|
public static TypeNameIdResolver construct(MapperConfig<?> config,
JavaType baseType,
Collection<NamedType> subtypes,
boolean forSer,
boolean forDeser)
public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()
TypeIdResolver
public String idFromValue(Object value)
TypeIdResolver
public String idFromValueAndType(Object value,
Class<?> type)
TypeIdResolver
public JavaType typeFromId(String id)
throws IllegalArgumentException
TypeIdResolver
IllegalArgumentExceptionpublic String toString()
toString in class Objectprotected static String _defaultTypeId(Class<?> cls)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||