Uses of Class
org.hibernate.validator.internal.cdi.interceptor.MethodValidated

Packages that use MethodValidated
org.hibernate.validator.internal.cdi.interceptor Classes for enabling Bean Validation method validation via a CDI interceptor. 
 

Uses of MethodValidated in org.hibernate.validator.internal.cdi.interceptor
 

Classes in org.hibernate.validator.internal.cdi.interceptor with annotations of type MethodValidated
 class ValidationInterceptor
          An interceptor which performs a validation of the Bean Validation constraints specified at the parameters and/or return values of intercepted methods using the method validation functionality provided by Hibernate Validator.
 



Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved