Uses of Class
org.codehaus.jackson.annotate.JsonTypeInfo.As
-
Packages that use JsonTypeInfo.As Package Description 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 viaObjectMapperclass, as well as convenience methods included inJsonParserorg.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 forTypeResolverBuilderandTypeIdResolver. -
-
Uses of JsonTypeInfo.As in org.codehaus.jackson.annotate
Methods in org.codehaus.jackson.annotate that return JsonTypeInfo.As Modifier and Type Method Description JsonTypeInfo.Asinclude()What mechanism is used for including type metadata (if any; forJsonTypeInfo.Id.NONEnothing is included).static JsonTypeInfo.AsJsonTypeInfo.As. valueOf(java.lang.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 Modifier and Type Method Description abstract JsonTypeInfo.AsTypeDeserializer. getTypeInclusion()Accessor for type information inclusion method that deserializer uses; indicates how type information is (expected to be) embedded in JSON input.abstract JsonTypeInfo.AsTypeSerializer. 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.As Modifier and Type Method Description ObjectMapperObjectMapper. 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.As Modifier and Type Method Description TTypeResolverBuilder. 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 Modifier and Type Field Description protected JsonTypeInfo.AsStdTypeResolverBuilder. _includeAsMethods in org.codehaus.jackson.map.jsontype.impl that return JsonTypeInfo.As Modifier and Type Method Description JsonTypeInfo.AsAsArrayTypeDeserializer. getTypeInclusion()JsonTypeInfo.AsAsArrayTypeSerializer. getTypeInclusion()JsonTypeInfo.AsAsExternalTypeDeserializer. getTypeInclusion()JsonTypeInfo.AsAsExternalTypeSerializer. getTypeInclusion()JsonTypeInfo.AsAsPropertyTypeDeserializer. getTypeInclusion()JsonTypeInfo.AsAsPropertyTypeSerializer. getTypeInclusion()JsonTypeInfo.AsAsWrapperTypeDeserializer. getTypeInclusion()JsonTypeInfo.AsAsWrapperTypeSerializer. getTypeInclusion()abstract JsonTypeInfo.AsTypeDeserializerBase. getTypeInclusion()abstract JsonTypeInfo.AsTypeSerializerBase. getTypeInclusion()Methods in org.codehaus.jackson.map.jsontype.impl with parameters of type JsonTypeInfo.As Modifier and Type Method Description StdTypeResolverBuilderStdTypeResolverBuilder. inclusion(JsonTypeInfo.As includeAs)
-