| Modifier and Type | Method and Description |
|---|---|
InterceptionModel |
AbstractClassBean.getInterceptors() |
| Constructor and Description |
|---|
InterceptorBindingsAdapter(InterceptionModel interceptionModel) |
| Modifier and Type | Method and Description |
|---|---|
InterceptionModel |
InterceptionFactoryDataCache.InterceptionFactoryData.getInterceptionModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanInjectionTarget.setupConstructorInterceptionInstantiator(InterceptionModel interceptionModel) |
| Constructor and Description |
|---|
ConstructorInterceptionInstantiator(Instantiator<T> delegate,
InterceptionModel model,
SlimAnnotatedType<?> type) |
InterceptorApplyingInstantiator(Instantiator<T> delegate,
InterceptionModel model,
SlimAnnotatedType<T> type) |
| Modifier and Type | Method and Description |
|---|---|
InterceptionModel |
InterceptionModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
InterceptionModel |
InterceptionContext.getInterceptionModel() |
| Modifier and Type | Method and Description |
|---|---|
static InterceptionContext |
InterceptionContext.forConstructorInterception(InterceptionModel interceptionModel,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type)
The context returned by this method may be later reused for other interception types.
|
static InterceptionContext |
InterceptionContext.forNonConstructorInterception(InterceptionModel interceptionModel,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<SlimAnnotatedType<?>,InterceptionModel> |
BeanManagerImpl.getInterceptorModelRegistry() |
Copyright © 2017. All rights reserved.