Class BeanValidation


  • public class BeanValidation
    extends java.lang.Object
    A simple interceptor to validate parameters and returned value using bean validation spec. It doesn't use group for now.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BeanValidationImpl create​(java.util.function.Function<java.lang.Class<?>,​java.lang.Object> validatorLookup)  
      • Methods inherited from class java.lang.Object

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

      • create

        public static BeanValidationImpl create​(java.util.function.Function<java.lang.Class<?>,​java.lang.Object> validatorLookup)