Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.hibernate.validator.internal.cdi.interceptor |
Classes for enabling Bean Validation method validation via a CDI interceptor.
|
Modifier and Type | Method and Description |
---|---|
Object |
Interceptor.intercept(InterceptionType type,
T instance,
InvocationContext ctx)
Invokes the specified kind of lifecycle callback or method invocation interception upon the
given interceptor instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationInterceptor.validateConstructorInvocation(InvocationContext ctx)
Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted constructor.
|
Object |
ValidationInterceptor.validateMethodInvocation(InvocationContext ctx)
Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted method.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.