| Modifier and Type | Class and Description |
|---|---|
class |
SerializableContextualInterceptorReference |
| Modifier and Type | Method and Description |
|---|---|
InterceptorReference<org.jboss.weld.serialization.spi.helpers.SerializableContextual<javax.enterprise.inject.spi.Interceptor<?>,?>> |
CustomInterceptorMetadata.getInterceptorReference() |
| Modifier and Type | Method and Description |
|---|---|
T |
WeldInterceptorInstantiator.createFor(InterceptorReference<Object> interceptorReference) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassMetadataInterceptorReference
ClassMetadata-based implementation of InterceptorReference
This is used internally by the framework. |
| Modifier and Type | Method and Description |
|---|---|
InterceptorReference<T> |
SimpleInterceptorMetadata.getInterceptorReference() |
static InterceptorReference<ClassMetadata<?>> |
ClassMetadataInterceptorReference.of(ClassMetadata<?> classMetadata) |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorMetadata |
InterceptorMetadataUtils.readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference) |
| Constructor and Description |
|---|
SimpleInterceptorMetadata(InterceptorReference<T> interceptorReference,
boolean targetClass,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
| Modifier and Type | Method and Description |
|---|---|
<T> InterceptorMetadata<T> |
MetadataCachingReader.getInterceptorMetadata(InterceptorReference<T> interceptorReference) |
<T> InterceptorMetadata<T> |
DefaultMetadataCachingReader.getInterceptorMetadata(InterceptorReference<T> interceptorReference) |
| Modifier and Type | Method and Description |
|---|---|
T |
InterceptorInstantiator.createFor(InterceptorReference<I> interceptorReference) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorReference<T> |
InterceptorMetadata.getInterceptorReference()
Returns the class for which this interceptor metadata was created
|
Copyright © 2014 Seam Framework. All Rights Reserved.