Class ServiceLoaderValidator<T>

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

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

    Constructors
    Constructor Description
    ServiceLoaderValidator()  
  • Method Summary

    Modifier and Type Method Description
    void validate​(BindingResult<T> bindingResult)  

    Methods inherited from class java.lang.Object

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

    • ServiceLoaderValidator

      public ServiceLoaderValidator()
  • Method Details