Uses of Enum Class
org.codehaus.jackson.annotate.JsonTypeInfo.As
Packages that use JsonTypeInfo.As
Package
Description
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
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
Package that contains interfaces that define how to implement
functionality for dynamically resolving type during deserialization.
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver
.-
Uses of JsonTypeInfo.As in org.codehaus.jackson.annotate
Methods in org.codehaus.jackson.annotate that return JsonTypeInfo.AsModifier and TypeMethodDescriptionstatic JsonTypeInfo.As
Returns the enum constant of this class with the specified name.static JsonTypeInfo.As[]
JsonTypeInfo.As.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JsonTypeInfo.As in org.codehaus.jackson.map
Methods in org.codehaus.jackson.map that return JsonTypeInfo.AsModifier and TypeMethodDescriptionabstract 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.abstract JsonTypeInfo.As
TypeSerializer.getTypeInclusion()
Accessor for type information inclusion method that serializer uses; indicates how type information is embedded in resulting JSON.Methods in org.codehaus.jackson.map with parameters of type JsonTypeInfo.AsModifier and TypeMethodDescriptionObjectMapper.enableDefaultTyping
(ObjectMapper.DefaultTyping applicability, JsonTypeInfo.As includeAs) Method for enabling automatic inclusion of type information, needed for proper deserialization of polymorphic types (unless types have been annotated withJsonTypeInfo
). -
Uses of JsonTypeInfo.As in org.codehaus.jackson.map.jsontype
Methods in org.codehaus.jackson.map.jsontype with parameters of type JsonTypeInfo.AsModifier and TypeMethodDescriptionTypeResolverBuilder.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.AsMethods in org.codehaus.jackson.map.jsontype.impl that return JsonTypeInfo.AsModifier and TypeMethodDescriptionAsArrayTypeDeserializer.getTypeInclusion()
AsArrayTypeSerializer.getTypeInclusion()
AsExternalTypeDeserializer.getTypeInclusion()
AsExternalTypeSerializer.getTypeInclusion()
AsPropertyTypeDeserializer.getTypeInclusion()
AsPropertyTypeSerializer.getTypeInclusion()
AsWrapperTypeDeserializer.getTypeInclusion()
AsWrapperTypeSerializer.getTypeInclusion()
abstract JsonTypeInfo.As
TypeDeserializerBase.getTypeInclusion()
abstract JsonTypeInfo.As
TypeSerializerBase.getTypeInclusion()
Methods in org.codehaus.jackson.map.jsontype.impl with parameters of type JsonTypeInfo.As