|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonTypeInfo.As | |
---|---|
org.codehaus.jackson.annotate | Public core annotations, most of which are used to configure how Data Mapping/Binding works. |
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 JsonTypeInfo.As in org.codehaus.jackson.annotate |
---|
Methods in org.codehaus.jackson.annotate that return JsonTypeInfo.As | |
---|---|
static JsonTypeInfo.As |
JsonTypeInfo.As.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JsonTypeInfo.As[] |
JsonTypeInfo.As.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of JsonTypeInfo.As in org.codehaus.jackson.map |
---|
Methods in org.codehaus.jackson.map that return JsonTypeInfo.As | |
---|---|
abstract JsonTypeInfo.As |
TypeSerializer.getTypeInclusion()
Accessor for type information inclusion method that serializer uses; indicates how type information is embedded in resulting JSON. |
abstract JsonTypeInfo.As |
TypeDeserializer.getTypeInclusion()
Accessor for type information inclusion method that deserializer uses; indicates how type information is (expected to be) embedded in JSON input. |
Methods in org.codehaus.jackson.map with parameters of type JsonTypeInfo.As | |
---|---|
ObjectMapper |
ObjectMapper.enableDefaultTyping(ObjectMapper.DefaultTyping dti,
JsonTypeInfo.As includeAs)
|
Uses of JsonTypeInfo.As in org.codehaus.jackson.map.jsontype |
---|
Methods in org.codehaus.jackson.map.jsontype with parameters of type JsonTypeInfo.As | |
---|---|
T |
TypeResolverBuilder.inclusion(JsonTypeInfo.As includeAs)
Method for specifying mechanism to use for including type metadata in JSON. |
Uses of JsonTypeInfo.As in org.codehaus.jackson.map.jsontype.impl |
---|
Fields in org.codehaus.jackson.map.jsontype.impl declared as JsonTypeInfo.As | |
---|---|
protected JsonTypeInfo.As |
StdTypeResolverBuilder._includeAs
|
Methods in org.codehaus.jackson.map.jsontype.impl that return JsonTypeInfo.As | |
---|---|
abstract JsonTypeInfo.As |
TypeSerializerBase.getTypeInclusion()
|
abstract JsonTypeInfo.As |
TypeDeserializerBase.getTypeInclusion()
|
JsonTypeInfo.As |
AsWrapperTypeSerializer.getTypeInclusion()
|
JsonTypeInfo.As |
AsWrapperTypeDeserializer.getTypeInclusion()
|
JsonTypeInfo.As |
AsPropertyTypeSerializer.getTypeInclusion()
|
JsonTypeInfo.As |
AsPropertyTypeDeserializer.getTypeInclusion()
|
JsonTypeInfo.As |
AsArrayTypeSerializer.getTypeInclusion()
|
JsonTypeInfo.As |
AsArrayTypeDeserializer.getTypeInclusion()
|
Methods in org.codehaus.jackson.map.jsontype.impl with parameters of type JsonTypeInfo.As | |
---|---|
StdTypeResolverBuilder |
StdTypeResolverBuilder.inclusion(JsonTypeInfo.As includeAs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |