Uses of Interface
jakarta.interceptor.InvocationContext
Packages that use InvocationContext
Package
Description
The portable extension integration SPI.
Classes for enabling Bean Validation method validation via a CDI interceptor.
-
Uses of InvocationContext in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi with parameters of type InvocationContextModifier and TypeMethodDescriptionInterceptor.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 InvocationContextModifier and TypeMethodDescriptionvoidValidationInterceptor.validateConstructorInvocation(InvocationContext ctx) Validates the Bean Validation constraints specified at the parameters and/or return value of the intercepted constructor.ValidationInterceptor.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 InvocationContextModifier and TypeMethodDescriptionInterceptorConfigurator.intercept(InterceptionType interceptionType, Function<InvocationContext, Object> interceptorFunction) InterceptorConfigurator.interceptWithMetadata(InterceptionType interceptionType, BiFunction<InvocationContext, Bean<?>, Object> interceptorFunction) -
Uses of InvocationContext in org.jboss.weld.interceptor
Subinterfaces of InvocationContext in org.jboss.weld.interceptorModifier and TypeInterfaceDescriptioninterfaceRepresents an enhanced version ofInvocationContext.