Package org.hibernate.validator.testutil
Class ValidationInvocationHandler
java.lang.Object
org.hibernate.validator.testutil.ValidationInvocationHandler
- All Implemented Interfaces:
 InvocationHandler
An invocation handler used to test method-level validation.
- Author:
 - Gunnar Morling
 
- 
Constructor Summary
ConstructorsConstructorDescriptionValidationInvocationHandler(Object wrapped, Validator validator, Class<?>... groups)  - 
Method Summary
 
- 
Constructor Details
- 
ValidationInvocationHandler
 
 - 
 - 
Method Details
- 
invoke
- Specified by:
 invokein interfaceInvocationHandler- Throws:
 Throwable
 
 -