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