Class JSR303Validator<T>

  • All Implemented Interfaces:
    ch.kk7.confij.validation.ConfijValidator<T>

    @AutoService(ch.kk7.confij.validation.ConfijValidator.class)
    public class JSR303Validator<T>
    extends java.lang.Object
    implements ch.kk7.confij.validation.ConfijValidator<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      JSR303Validator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected jakarta.validation.Validator newValidator()  
      void validate​(ch.kk7.confij.binding.BindingResult<T> bindingResult)  
      • Methods inherited from class java.lang.Object

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

      • JSR303Validator

        public JSR303Validator()
    • Method Detail

      • newValidator

        protected jakarta.validation.Validator newValidator()
      • validate

        public void validate​(ch.kk7.confij.binding.BindingResult<T> bindingResult)
        Specified by:
        validate in interface ch.kk7.confij.validation.ConfijValidator<T>