Uses of Enum Class
jakarta.enterprise.inject.spi.InterceptionType
Packages that use InterceptionType
Package
Description
The build compatible extension SPI.
The portable extension integration SPI.
-
Uses of InterceptionType in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi with parameters of type InterceptionTypeModifier and TypeMethodDescriptionbooleanInterceptorInfo.intercepts(InterceptionType interceptionType) Returns whether this interceptor declares an interceptor method for given interception type. -
Uses of InterceptionType in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return InterceptionTypeModifier and TypeMethodDescriptionstatic InterceptionTypeReturns the enum constant of this class with the specified name.static InterceptionType[]InterceptionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jakarta.enterprise.inject.spi with parameters of type InterceptionTypeModifier and TypeMethodDescriptionInterceptor.intercept(InterceptionType type, T instance, jakarta.interceptor.InvocationContext ctx) Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.booleanInterceptor.intercepts(InterceptionType type) Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.List<Interceptor<?>> BeanContainer.resolveInterceptors(InterceptionType type, Annotation... interceptorBindings) Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which theBeanManager/BeanContainerwas injected or, in the Jakarta EE environment, the Jakarta EE component from whose JNDI environment namespace theBeanManager/BeanContainerwas obtained.