Modifier and Type | Class and Description |
---|---|
class |
CdiInterceptorFactory<T> |
Modifier and Type | Class and Description |
---|---|
class |
ClassMetadataInterceptorFactory<T> |
Modifier and Type | Method and Description |
---|---|
InterceptorFactory<T> |
DefaultInterceptorMetadata.getInterceptorFactory() |
InterceptorFactory<T> |
TargetClassInterceptorMetadata.getInterceptorFactory() |
static <T> InterceptorFactory<T> |
ClassMetadataInterceptorFactory.of(ClassMetadata<T> classMetadata,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
static InterceptorMetadata |
InterceptorMetadataUtils.readMetadataForInterceptorClass(InterceptorFactory<?> interceptorReference) |
Constructor and Description |
---|
DefaultInterceptorMetadata(InterceptorFactory<T> reference,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
Modifier and Type | Method and Description |
---|---|
<T> InterceptorMetadata<T> |
MetadataCachingReader.getInterceptorMetadata(InterceptorFactory<T> interceptorReference) |
<T> InterceptorMetadata<T> |
DefaultMetadataCachingReader.getInterceptorMetadata(InterceptorFactory<T> interceptorReference) |
Modifier and Type | Method and Description |
---|---|
T |
InterceptorInstantiator.createFor(InterceptorFactory<I> interceptorReference) |
Modifier and Type | Method and Description |
---|---|
InterceptorFactory<T> |
InterceptorMetadata.getInterceptorFactory()
Returns the class for which this interceptor metadata was created
|
Copyright © 2014 Seam Framework. All rights reserved.