Class InterceptorResolutionService.MethodInterceptionPlan

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

public static final class InterceptorResolutionService.MethodInterceptionPlan extends Object
Business-method interceptors plus per-method CDI InvocationContext bindings.
  • Constructor Details

    • MethodInterceptionPlan

      public MethodInterceptionPlan(Map<Method,List<jakarta.enterprise.inject.spi.Interceptor<?>>> methodInterceptors, Map<Method,Set<Annotation>> methodInterceptorBindings)
  • Method Details

    • getMethodInterceptors

      public Map<Method,List<jakarta.enterprise.inject.spi.Interceptor<?>>> getMethodInterceptors()
    • getMethodInterceptorBindings

      public Map<Method,Set<Annotation>> getMethodInterceptorBindings()