Class InterceptorResolutionService.ClassInterceptorBindings

java.lang.Object
org.apache.webbeans.intercept.InterceptorResolutionService.ClassInterceptorBindings
Enclosing class:
InterceptorResolutionService

public static final class InterceptorResolutionService.ClassInterceptorBindings extends Object
Class-scoped CDI interceptors and their effective interceptor bindings.
  • Constructor Details

    • ClassInterceptorBindings

      public ClassInterceptorBindings(List<jakarta.enterprise.inject.spi.Interceptor<?>> classCdiInterceptors, Set<Annotation> classLevelInterceptorBindings, Set<Annotation> aroundConstructInterceptorBindings)
  • Method Details

    • getClassCdiInterceptors

      public List<jakarta.enterprise.inject.spi.Interceptor<?>> getClassCdiInterceptors()
    • getClassLevelInterceptorBindings

      public Set<Annotation> getClassLevelInterceptorBindings()
    • getAroundConstructInterceptorBindings

      public Set<Annotation> getAroundConstructInterceptorBindings()