| 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.interceptGlobal(InterceptionType interceptionType,
java.lang.reflect.Constructor<?> constructor,
java.util.Collection<InterceptorClassMetadata<?>> interceptors,
java.util.Set<java.lang.annotation.Annotation> interceptorBindings) |
void |
InterceptionModelBuilder.interceptMethod(InterceptionType interceptionType,
java.lang.reflect.Method method,
java.util.Collection<InterceptorClassMetadata<?>> interceptors,
java.util.Set<java.lang.annotation.Annotation> interceptorBindings) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
InterceptionContext.getInterceptorInstance(InterceptorClassMetadata<T> interceptorMetadata) |
| 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(java.lang.Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<Interceptor<?>,InterceptorClassMetadata<?>> |
InterceptorMetadataReader.getInterceptorToInterceptorMetadataFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InterceptorClassMetadata<?>> |
InterceptionModel.getAllInterceptors()
Returns all interceptor classes that are applicable to the given intercepted entity
|
java.util.List<InterceptorClassMetadata<?>> |
InterceptionModel.getConstructorInvocationInterceptors()
Returns
AroundConstruct interceptors applicable for the given constructor. |
java.util.List<InterceptorClassMetadata<?>> |
InterceptionModel.getInterceptors(InterceptionType interceptionType,
java.lang.reflect.Method method)
Returns the interceptors applicable for the given interception type and method.
|
Copyright © 2014. All Rights Reserved.