Modifier and Type | Method and Description |
---|---|
InterceptionModel |
AbstractClassBean.getInterceptors() |
Constructor and Description |
---|
InterceptorBindingsAdapter(InterceptionModel interceptionModel) |
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) |
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 © 2016. All rights reserved.