| Package | Description |
|---|---|
| org.apache.webbeans.component.creation | |
| org.apache.webbeans.intercept |
| Modifier and Type | Method and Description |
|---|---|
protected SelfInterceptorBean<T> |
SelfInterceptorBeanBuilder.createBean(Class<T> beanClass,
boolean enabled,
Map<javax.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods) |
| Modifier and Type | Method and Description |
|---|---|
SelfInterceptorBean<?> |
InterceptorResolutionService.BeanInterceptorInfo.getSelfInterceptorBean() |
| 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,
List<javax.enterprise.inject.spi.Interceptor<?>> constructorCdiInterceptors,
SelfInterceptorBean<?> selfInterceptorBean,
Map<Constructor<?>,InterceptorResolutionService.BusinessMethodInterceptorInfo> constructorInterceptorInfos,
Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> businessMethodsInfo,
List<Method> nonInterceptedMethods,
Map<javax.enterprise.inject.spi.InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> lifecycleMethodInterceptorInfos) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.