| Modifier and Type | Method and Description |
|---|---|
InterceptorClassMetadata<T> |
InterceptorImpl.getInterceptorMetadata() |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomInterceptorMetadata<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptionModelBuilder.intercept(InterceptionType interceptionType,
Collection<InterceptorClassMetadata<?>> interceptors) |
void |
InterceptionModelBuilder.intercept(InterceptionType interceptionType,
Method method,
Collection<InterceptorClassMetadata<?>> interceptors) |
| Constructor and Description |
|---|
AbstractInterceptionChain(List<InterceptorClassMetadata<?>> interceptorMetadata,
InterceptionContext ctx,
InterceptionType interceptionType) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
InterceptionContext.getInterceptorInstance(InterceptorClassMetadata<T> interceptorMetadata) |
| Constructor and Description |
|---|
SimpleInterceptionChain(List<InterceptorClassMetadata<?>> interceptorMetadata,
InterceptionContext ctx,
InterceptionType interceptionType) |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorMetadataImpl<T>
Interceptor class metadata.
|
| Modifier and Type | Method and Description |
|---|---|
<T> InterceptorClassMetadata<T> |
InterceptorMetadataReader.getCdiInterceptorMetadata(Interceptor<T> interceptor) |
<T> InterceptorClassMetadata<T> |
InterceptorMetadataReader.getPlainInterceptorMetadata(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Function<Interceptor<?>,InterceptorClassMetadata<?>> |
InterceptorMetadataReader.getInterceptorToInterceptorMetadataFunction() |
| Modifier and Type | Method and Description |
|---|---|
Set<InterceptorClassMetadata<?>> |
InterceptionModel.getAllInterceptors()
Returns all interceptor classes that are applicable to the given intercepted entity
|
List<InterceptorClassMetadata<?>> |
InterceptionModel.getConstructorInvocationInterceptors()
Returns
AroundConstruct interceptors applicable for the given constructor. |
List<InterceptorClassMetadata<?>> |
InterceptionModel.getInterceptors(InterceptionType interceptionType,
Method method)
Returns the interceptors applicable for the given interception type and method.
|
Copyright © 2014. All Rights Reserved.