|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase
org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
public class TypeNameIdResolver
| Field Summary | |
|---|---|
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 org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase |
|---|
_baseType |
| Constructor Summary | |
|---|---|
protected |
TypeNameIdResolver(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(JavaType baseType,
Collection<NamedType> subtypes,
boolean forSer,
boolean forDeser)
|
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. |
JavaType |
typeFromId(String id)
Method called to resolve type from given type identifier. |
| Methods inherited from class org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase |
|---|
init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final HashMap<String,String> _typeToId
protected final HashMap<String,JavaType> _idToType
| Constructor Detail |
|---|
protected TypeNameIdResolver(JavaType baseType,
HashMap<String,String> typeToId,
HashMap<String,JavaType> idToType)
| Method Detail |
|---|
public static TypeNameIdResolver construct(JavaType baseType,
Collection<NamedType> subtypes,
boolean forSer,
boolean forDeser)
public JsonTypeInfo.Id getMechanism()
TypeIdResolver
public String idFromValue(Object value)
TypeIdResolver
public JavaType typeFromId(String id)
throws IllegalArgumentException
TypeIdResolver
IllegalArgumentExceptionprotected static String _defaultTypeId(Class<?> cls)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||