Class NoopValidator<T>

  • All Implemented Interfaces:
    Validator<T>

    public class NoopValidator<T>
    extends java.lang.Object
    implements Validator<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      NoopValidator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ValidationResult> validate​(T builder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait