Uses of Class
com.fasterxml.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 com.fasterxml.jackson.databind.jsontype
Subclasses of PolymorphicTypeValidator.Base in com.fasterxml.jackson.databind.jsontypeModifier and TypeClassDescriptionclass
StandardBasicPolymorphicTypeValidator
implementation 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 com.fasterxml.jackson.databind.jsontype.impl
Modifier and TypeClassDescriptionfinal class
DefaultPolymorphicTypeValidator
used unless explicit one is constructed (and, in 2.11,MapperFeature.BLOCK_UNSAFE_POLYMORPHIC_BASE_TYPES
not enabled).