|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeIdResolver | |
---|---|
org.codehaus.jackson.map | Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
org.codehaus.jackson.map.jsontype | Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization. |
org.codehaus.jackson.map.jsontype.impl | Package that contains standard implementations for
TypeResolverBuilder
and
org.codehaus.jackson.map.jsontype.JsonTypeResolver it
can construct. |
Uses of TypeIdResolver in org.codehaus.jackson.map |
---|
Methods in org.codehaus.jackson.map that return TypeIdResolver | |
---|---|
abstract TypeIdResolver |
TypeSerializer.getTypeIdResolver()
Accessor for object that handles conversions between types and matching type ids. |
abstract TypeIdResolver |
TypeDeserializer.getTypeIdResolver()
Accessor for object that handles conversions between types and matching type ids. |
Uses of TypeIdResolver in org.codehaus.jackson.map.jsontype |
---|
Methods in org.codehaus.jackson.map.jsontype with parameters of type TypeIdResolver | |
---|---|
T |
TypeResolverBuilder.init(JsonTypeInfo.Id idType,
TypeIdResolver res)
Initialization method that is called right after constructing the builder instance. |
Uses of TypeIdResolver in org.codehaus.jackson.map.jsontype.impl |
---|
Classes in org.codehaus.jackson.map.jsontype.impl that implement TypeIdResolver | |
---|---|
class |
ClassNameIdResolver
|
class |
MinimalClassNameIdResolver
|
class |
TypeIdResolverBase
|
class |
TypeNameIdResolver
|
Fields in org.codehaus.jackson.map.jsontype.impl declared as TypeIdResolver | |
---|---|
protected TypeIdResolver |
StdTypeResolverBuilder._customIdResolver
|
protected TypeIdResolver |
TypeSerializerBase._idResolver
|
protected TypeIdResolver |
TypeDeserializerBase._idResolver
|
Methods in org.codehaus.jackson.map.jsontype.impl that return TypeIdResolver | |
---|---|
TypeIdResolver |
TypeSerializerBase.getTypeIdResolver()
|
TypeIdResolver |
TypeDeserializerBase.getTypeIdResolver()
|
protected TypeIdResolver |
StdTypeResolverBuilder.idResolver(JavaType baseType,
Collection<NamedType> subtypes,
boolean forSer,
boolean forDeser)
Helper method that will either return configured custom type id resolver, or construct a standard resolver given configuration. |
Methods in org.codehaus.jackson.map.jsontype.impl with parameters of type TypeIdResolver | |
---|---|
StdTypeResolverBuilder |
StdTypeResolverBuilder.init(JsonTypeInfo.Id idType,
TypeIdResolver idRes)
|
Constructors in org.codehaus.jackson.map.jsontype.impl with parameters of type TypeIdResolver | |
---|---|
AsArrayTypeDeserializer(JavaType bt,
TypeIdResolver idRes)
|
|
AsArrayTypeSerializer(TypeIdResolver idRes)
|
|
AsPropertyTypeDeserializer(JavaType bt,
TypeIdResolver idRes,
String propName)
|
|
AsPropertyTypeSerializer(TypeIdResolver idRes,
String propName)
|
|
AsWrapperTypeDeserializer(JavaType bt,
TypeIdResolver idRes)
|
|
AsWrapperTypeSerializer(TypeIdResolver idRes)
|
|
TypeDeserializerBase(JavaType baseType,
TypeIdResolver idRes)
|
|
TypeSerializerBase(TypeIdResolver idRes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |