Class PolymorphicTypeValidator.Base

java.lang.Object
tools.jackson.databind.jsontype.PolymorphicTypeValidator
tools.jackson.databind.jsontype.PolymorphicTypeValidator.Base
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BasicPolymorphicTypeValidator
Enclosing class:
PolymorphicTypeValidator

public abstract static class PolymorphicTypeValidator.Base extends PolymorphicTypeValidator implements Serializable
Shared base class with partial implementation (with all validation calls returning PolymorphicTypeValidator.Validity.INDETERMINATE) and convenience methods for indicating failure reasons. Use of this base class is strongly recommended over directly implement
See Also: