Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.hibernate.validator.cdi.internal.interceptor |
Classes for enabling Bean Validation method validation via a CDI interceptor.
|
org.jboss.weld.bootstrap.event | |
org.jboss.weld.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.
|
Modifier and Type | Method and Description |
---|---|
InterceptorConfigurator |
InterceptorConfigurator.intercept(InterceptionType interceptionType,
Function<InvocationContext,Object> interceptorFunction) |
InterceptorConfigurator |
InterceptorConfigurator.interceptWithMetadata(InterceptionType interceptionType,
BiFunction<InvocationContext,Bean<?>,Object> interceptorFunction) |
Modifier and Type | Interface and Description |
---|---|
interface |
WeldInvocationContext
Represents an enhanced version of
InvocationContext . |
Copyright © 2021 JBoss by Red Hat. All rights reserved.