Interface ValidatorFactory<T>

All Known Subinterfaces:
NotBlankValidatorFactory<T>, NotEmptyValidatorFactory<T>, PatternValidatorFactory<T>, RangeValidatorFactory<T>, SizeValidatorFactory<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ValidatorFactory<T>
Factory that is responsible for creating new Validator<T> implementations
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details