Class BasicPolymorphicTypeValidator.TypeMatcher

  • Enclosing class:
    BasicPolymorphicTypeValidator

    public abstract static class BasicPolymorphicTypeValidator.TypeMatcher
    extends java.lang.Object
    General matcher interface (predicate) for validating class values (base type or resolved subtype)
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeMatcher()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean match​(MapperConfig<?> config, java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeMatcher

        public TypeMatcher()
    • Method Detail

      • match

        public abstract boolean match​(MapperConfig<?> config,
                                      java.lang.Class<?> clazz)