Uses of Class
com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
Packages that use TypeIdResolverBase
Package
Description
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver
.-
Uses of TypeIdResolverBase in com.fasterxml.jackson.databind.jsontype.impl
Subclasses of TypeIdResolverBase in com.fasterxml.jackson.databind.jsontype.implModifier and TypeClassDescriptionclass
TypeIdResolver
implementation that converts between fully-qualified Java class names and (JSON) Strings.class
Specialization ofClassNameIdResolver
that instead uses a "minimal" derivation ofClass
name, using relative reference from the base type (base class) that polymorphic value has.class
TypeIdResolver
implementation that converts using explicitly (annotation-) specified type names and maps to implementation classes; or, in absence of annotated type name, defaults to simpleClass
names (obtained withClass.getSimpleName()
.class
TypeIdResolver
implementation that converts using explicitly (annotation-) specified type names and maps to implementation classes; or, in absence of annotated type name, defaults to fully-qualifiedClass
names (obtained withClass.getName()