Uses of Class
com.fasterxml.jackson.annotation.JsonTypeInfo.Id
-
Packages that use JsonTypeInfo.Id Package Description com.fasterxml.jackson.annotation Public core annotations, most of which are used to configure how Data Mapping/Binding works.com.fasterxml.jackson.databind.jsontype Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization.com.fasterxml.jackson.databind.jsontype.impl Package that contains standard implementations forTypeResolverBuilderandTypeIdResolver. -
-
Uses of JsonTypeInfo.Id in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return JsonTypeInfo.Id Modifier and Type Method Description JsonTypeInfo.Iduse()Specifies kind of type metadata to use when serializing type information for instances of annotated type and its subtypes; as well as what is expected during deserialization.static JsonTypeInfo.IdJsonTypeInfo.Id. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonTypeInfo.Id[]JsonTypeInfo.Id. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JsonTypeInfo.Id in com.fasterxml.jackson.databind.jsontype
Methods in com.fasterxml.jackson.databind.jsontype that return JsonTypeInfo.Id Modifier and Type Method Description JsonTypeInfo.IdTypeIdResolver. getMechanism()Accessor for mechanism that this resolver uses for determining type id from type.Methods in com.fasterxml.jackson.databind.jsontype with parameters of type JsonTypeInfo.Id Modifier and Type Method Description TTypeResolverBuilder. init(JsonTypeInfo.Id idType, TypeIdResolver res)Initialization method that is called right after constructing the builder instance. -
Uses of JsonTypeInfo.Id in com.fasterxml.jackson.databind.jsontype.impl
Fields in com.fasterxml.jackson.databind.jsontype.impl declared as JsonTypeInfo.Id Modifier and Type Field Description protected JsonTypeInfo.IdStdTypeResolverBuilder. _idTypeMethods in com.fasterxml.jackson.databind.jsontype.impl that return JsonTypeInfo.Id Modifier and Type Method Description JsonTypeInfo.IdClassNameIdResolver. getMechanism()JsonTypeInfo.IdMinimalClassNameIdResolver. getMechanism()JsonTypeInfo.IdTypeNameIdResolver. getMechanism()Methods in com.fasterxml.jackson.databind.jsontype.impl with parameters of type JsonTypeInfo.Id Modifier and Type Method Description StdTypeResolverBuilderStdTypeResolverBuilder. init(JsonTypeInfo.Id idType, TypeIdResolver idRes)Constructors in com.fasterxml.jackson.databind.jsontype.impl with parameters of type JsonTypeInfo.Id Constructor Description StdTypeResolverBuilder(JsonTypeInfo.Id idType, JsonTypeInfo.As idAs, String propName)
-