Class MultiValidator<T>

java.lang.Object
ch.kk7.confij.validation.MultiValidator<T>
All Implemented Interfaces:
ConfijValidator<T>

public class MultiValidator<T>
extends java.lang.Object
implements ConfijValidator<T>
  • Constructor Summary

    Constructors
    Constructor Description
    MultiValidator()  
  • Method Summary

    Modifier and Type Method Description
    static <T> MultiValidator<T> of​(ConfijValidator<T>... validators)  
    void validate​(BindingResult<T> bindingResult)  

    Methods inherited from class java.lang.Object

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