Package org.apache.webbeans.intercept
Class InterceptorResolutionService.ClassInterceptorBindings
java.lang.Object
org.apache.webbeans.intercept.InterceptorResolutionService.ClassInterceptorBindings
- Enclosing class:
- InterceptorResolutionService
Class-scoped CDI interceptors and their effective interceptor bindings.
-
Constructor Summary
ConstructorsConstructorDescriptionClassInterceptorBindings(List<jakarta.enterprise.inject.spi.Interceptor<?>> classCdiInterceptors, Set<Annotation> classLevelInterceptorBindings, Set<Annotation> aroundConstructInterceptorBindings) -
Method Summary
-
Constructor Details
-
ClassInterceptorBindings
public ClassInterceptorBindings(List<jakarta.enterprise.inject.spi.Interceptor<?>> classCdiInterceptors, Set<Annotation> classLevelInterceptorBindings, Set<Annotation> aroundConstructInterceptorBindings)
-
-
Method Details
-
getClassCdiInterceptors
-
getClassLevelInterceptorBindings
-
getAroundConstructInterceptorBindings
-