Uses of Interface
jakarta.enterprise.inject.spi.Interceptor
Packages that use Interceptor
-
Uses of Interceptor in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return types with arguments of type InterceptorModifier and TypeMethodDescriptionList<Interceptor<?>> BeanManager.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 theBeanManagerwas injected or the Java EE component from whose JNDI environment namespace theBeanManagerwas obtained.