public static class InterceptorResolutionService.BeanInterceptorInfo extends Object
Constructor and Description |
---|
BeanInterceptorInfo(List<javax.enterprise.inject.spi.Decorator<?>> decorators,
LinkedHashSet<javax.enterprise.inject.spi.Interceptor<?>> ejbInterceptors,
List<javax.enterprise.inject.spi.Interceptor<?>> cdiInterceptors,
SelfInterceptorBean<?> selfInterceptorBean,
Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> businessMethodsInfo,
List<Method> nonInterceptedMethods,
Map<javax.enterprise.inject.spi.InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> lifecycleMethodInterceptorInfos) |
Modifier and Type | Method and Description |
---|---|
Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> |
getBusinessMethodsInfo() |
List<javax.enterprise.inject.spi.Interceptor<?>> |
getCdiInterceptors() |
List<javax.enterprise.inject.spi.Decorator<?>> |
getDecorators() |
LinkedHashSet<javax.enterprise.inject.spi.Interceptor<?>> |
getEjbInterceptors() |
Map<javax.enterprise.inject.spi.InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> |
getLifecycleMethodInterceptorInfos() |
List<Method> |
getNonInterceptedMethods() |
SelfInterceptorBean<?> |
getSelfInterceptorBean() |
public BeanInterceptorInfo(List<javax.enterprise.inject.spi.Decorator<?>> decorators, LinkedHashSet<javax.enterprise.inject.spi.Interceptor<?>> ejbInterceptors, List<javax.enterprise.inject.spi.Interceptor<?>> cdiInterceptors, SelfInterceptorBean<?> selfInterceptorBean, Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> businessMethodsInfo, List<Method> nonInterceptedMethods, Map<javax.enterprise.inject.spi.InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> lifecycleMethodInterceptorInfos)
public List<javax.enterprise.inject.spi.Decorator<?>> getDecorators()
public LinkedHashSet<javax.enterprise.inject.spi.Interceptor<?>> getEjbInterceptors()
public List<javax.enterprise.inject.spi.Interceptor<?>> getCdiInterceptors()
public SelfInterceptorBean<?> getSelfInterceptorBean()
public Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> getBusinessMethodsInfo()
public Map<javax.enterprise.inject.spi.InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> getLifecycleMethodInterceptorInfos()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.