Uses of Class
com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator.Base
-
Packages that use PolymorphicTypeValidator.Base Package Description com.fasterxml.jackson.databind.jsontype Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization.com.fasterxml.jackson.databind.jsontype.impl Package that contains standard implementations forTypeResolverBuilder
andTypeIdResolver
. -
-
Uses of PolymorphicTypeValidator.Base in com.fasterxml.jackson.databind.jsontype
Subclasses of PolymorphicTypeValidator.Base in com.fasterxml.jackson.databind.jsontype Modifier and Type Class Description class
BasicPolymorphicTypeValidator
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
Subclasses of PolymorphicTypeValidator.Base in com.fasterxml.jackson.databind.jsontype.impl Modifier and Type Class Description class
LaissezFaireSubTypeValidator
DefaultPolymorphicTypeValidator
used unless explicit one is constructed (and, in 2.11,MapperFeature.BLOCK_UNSAFE_POLYMORPHIC_BASE_TYPES
not enabled).
-