Uses of Class
com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
-
Packages that use TypeIdResolverBase Package Description com.fasterxml.jackson.databind.jsontype.impl Package that contains standard implementations forTypeResolverBuilderandTypeIdResolver. -
-
Uses of TypeIdResolverBase in com.fasterxml.jackson.databind.jsontype.impl
Subclasses of TypeIdResolverBase in com.fasterxml.jackson.databind.jsontype.impl Modifier and Type Class Description classClassNameIdResolverTypeIdResolverimplementation that converts between fully-qualified Java class names and (JSON) Strings.classMinimalClassNameIdResolverSpecialization ofClassNameIdResolverthat instead uses a "minimal" derivation ofClassname, using relative reference from the base type (base class) that polymorphic value has.classSimpleNameIdResolverTypeIdResolverimplementation 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().classTypeNameIdResolverTypeIdResolverimplementation 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()
-