Uses of Interface
jakarta.interceptor.InvocationContext
-
Packages that use InvocationContext Package Description jakarta.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 -
-
Uses of InvocationContext in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi with parameters of type InvocationContext Modifier and Type Method Description ObjectInterceptor. intercept(InterceptionType type, T instance, InvocationContext ctx)Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance. -
Uses of InvocationContext in org.hibernate.validator.cdi.internal.interceptor
Methods in org.hibernate.validator.cdi.internal.interceptor with parameters of type InvocationContext Modifier and Type Method Description voidValidationInterceptor. validateConstructorInvocation(InvocationContext ctx)Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted constructor.ObjectValidationInterceptor. validateMethodInvocation(InvocationContext ctx)Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted method. -
Uses of InvocationContext in org.jboss.weld.bootstrap.event
Method parameters in org.jboss.weld.bootstrap.event with type arguments of type InvocationContext Modifier and Type Method Description InterceptorConfiguratorInterceptorConfigurator. intercept(InterceptionType interceptionType, Function<InvocationContext,Object> interceptorFunction)InterceptorConfiguratorInterceptorConfigurator. interceptWithMetadata(InterceptionType interceptionType, BiFunction<InvocationContext,Bean<?>,Object> interceptorFunction) -
Uses of InvocationContext in org.jboss.weld.interceptor
Subinterfaces of InvocationContext in org.jboss.weld.interceptor Modifier and Type Interface Description interfaceWeldInvocationContextRepresents an enhanced version ofInvocationContext.
-