Uses of Class
tools.jackson.databind.jsontype.PolymorphicTypeValidator.Base
Packages that use PolymorphicTypeValidator.Base
Package
Description
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 PolymorphicTypeValidator.Base in tools.jackson.databind.jsontype
Subclasses of PolymorphicTypeValidator.Base in tools.jackson.databind.jsontypeModifier and TypeClassDescriptionclassStandardBasicPolymorphicTypeValidatorimplementation that users may want to use for constructing validators based on simple class hierarchy and/or name patterns to allow and/or deny certain subtypes. -
Uses of PolymorphicTypeValidator.Base in tools.jackson.databind.jsontype.impl
Subclasses of PolymorphicTypeValidator.Base in tools.jackson.databind.jsontype.implModifier and TypeClassDescription(package private) final classSimplePolymorphicTypeValidatorimplementation used byStdTypeResolverBuilderin cases where all subtypes for given base type are deemed acceptable; usually because user controls base type in question (and no serialization gadgets should exist).