|
||||||||||
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
TypeIdResolver . |
Uses of TypeIdResolver in org.codehaus.jackson.map |
---|
Methods in org.codehaus.jackson.map that return TypeIdResolver | |
---|---|
abstract TypeIdResolver |
TypeDeserializer.getTypeIdResolver()
Accessor for object that handles conversions between types and matching type ids. |
abstract TypeIdResolver |
TypeSerializer.getTypeIdResolver()
Accessor for object that handles conversions between types and matching type ids. |
TypeIdResolver |
MapperConfig.typeIdResolverInstance(Annotated annotated,
Class<? extends TypeIdResolver> resolverClass)
Method that can be called to obtain an instance of TypeIdResolver of
specified type. |
abstract TypeIdResolver |
HandlerInstantiator.typeIdResolverInstance(MapperConfig<?> config,
Annotated annotated,
Class<? extends TypeIdResolver> resolverClass)
Method called to get an instance of TypeIdResolver of specified type. |
Method parameters in org.codehaus.jackson.map with type arguments of type TypeIdResolver | |
---|---|
TypeIdResolver |
MapperConfig.typeIdResolverInstance(Annotated annotated,
Class<? extends TypeIdResolver> resolverClass)
Method that can be called to obtain an instance of TypeIdResolver of
specified type. |
abstract TypeIdResolver |
HandlerInstantiator.typeIdResolverInstance(MapperConfig<?> config,
Annotated annotated,
Class<? extends TypeIdResolver> resolverClass)
Method called to get an instance of TypeIdResolver of specified type. |
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
TypeIdResolver implementation
that converts between fully-qualified
Java class names and (JSON) Strings. |
class |
MinimalClassNameIdResolver
|
class |
TypeIdResolverBase
|
class |
TypeNameIdResolver
|
Fields in org.codehaus.jackson.map.jsontype.impl declared as TypeIdResolver | |
---|---|
protected TypeIdResolver |
StdTypeResolverBuilder._customIdResolver
|
protected TypeIdResolver |
TypeDeserializerBase._idResolver
|
protected TypeIdResolver |
TypeSerializerBase._idResolver
|
Methods in org.codehaus.jackson.map.jsontype.impl that return TypeIdResolver | |
---|---|
TypeIdResolver |
TypeDeserializerBase.getTypeIdResolver()
|
TypeIdResolver |
TypeSerializerBase.getTypeIdResolver()
|
protected TypeIdResolver |
StdTypeResolverBuilder.idResolver(MapperConfig<?> config,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |