@Singleton public class ValidatingInterceptor extends Object implements MethodInterceptor
MethodInterceptor that validates method invocations.| Modifier and Type | Field and Description | 
|---|---|
static int | 
POSITION
The position of the interceptor. 
 | 
HOTSWAP, LAZY, PROXY_TARGETHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
ValidatingInterceptor(Optional<ValidatorFactory> validatorFactory)
Creates ValidatingInterceptor from the validatorFactory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getOrder()  | 
Object | 
intercept(MethodInvocationContext context)
Extended version of the  
MethodInterceptor.intercept(InvocationContext) method that accepts a MethodInvocationContext. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinterceptpublic static final int POSITION
Orderedpublic ValidatingInterceptor(Optional<ValidatorFactory> validatorFactory)
validatorFactory - Factory returning initialized Validator instancespublic int getOrder()
public Object intercept(MethodInvocationContext context)
MethodInterceptorMethodInterceptor.intercept(InvocationContext) method that accepts a MethodInvocationContext.intercept in interface MethodInterceptorcontext - The context