Uses of Enum
org.codehaus.jackson.annotate.JsonTypeInfo.Id
Packages that use JsonTypeInfo.Id
Package
Description
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
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.Id in org.codehaus.jackson.annotate
Methods in org.codehaus.jackson.annotate that return JsonTypeInfo.IdModifier and TypeMethodDescriptionstatic JsonTypeInfo.IdReturns 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 org.codehaus.jackson.map.jsontype
Methods in org.codehaus.jackson.map.jsontype that return JsonTypeInfo.IdModifier and TypeMethodDescriptionTypeIdResolver.getMechanism()Accessor for mechanism that this resolver uses for determining type id from type.Methods in org.codehaus.jackson.map.jsontype with parameters of type JsonTypeInfo.IdModifier and TypeMethodDescriptionTypeResolverBuilder.init(JsonTypeInfo.Id idType, TypeIdResolver res) Initialization method that is called right after constructing the builder instance. -
Uses of JsonTypeInfo.Id in org.codehaus.jackson.map.jsontype.impl
Fields in org.codehaus.jackson.map.jsontype.impl declared as JsonTypeInfo.IdMethods in org.codehaus.jackson.map.jsontype.impl that return JsonTypeInfo.IdModifier and TypeMethodDescriptionClassNameIdResolver.getMechanism()MinimalClassNameIdResolver.getMechanism()TypeNameIdResolver.getMechanism()Methods in org.codehaus.jackson.map.jsontype.impl with parameters of type JsonTypeInfo.IdModifier and TypeMethodDescriptionStdTypeResolverBuilder.init(JsonTypeInfo.Id idType, TypeIdResolver idRes)