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.
-
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.