Class JSR303Validator<T>

java.lang.Object
ch.kk7.confij.validation.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

    Modifier and Type Method Description
    protected javax.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 Details

    • JSR303Validator

      public JSR303Validator()
  • Method Details

    • newValidator

      protected javax.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>