Modifier and Type | Class and Description |
---|---|
class |
WeldInterceptorClassMetadata<T> |
Modifier and Type | Method and Description |
---|---|
ClassMetadata<T> |
CdiInterceptorFactory.getClassMetadata() |
ClassMetadata<?> |
CustomInterceptorMetadata.getInterceptorClass() |
ClassMetadata<?> |
WeldInterceptorClassMetadata.getSuperclass() |
Constructor and Description |
---|
CdiInterceptorFactory(ClassMetadata<T> classMetadata,
javax.enterprise.inject.spi.Interceptor<T> interceptor) |
CustomInterceptorMetadata(CdiInterceptorFactory<T> factory,
ClassMetadata<?> classMetadata) |
Constructor and Description |
---|
InterceptorBindingsAdapter(InterceptionModel<ClassMetadata<?>> interceptionModel) |
Modifier and Type | Method and Description |
---|---|
protected void |
BeanInjectionTarget.setupConstructorInterceptionInstantiator(InterceptionModel<ClassMetadata<?>> interceptionModel) |
Constructor and Description |
---|
ConstructorInterceptionInstantiator(Instantiator<T> delegate,
InterceptionModel<ClassMetadata<?>> model,
SlimAnnotatedType<?> type) |
InterceptorApplyingInstantiator(Instantiator<T> delegate,
InterceptionModel<ClassMetadata<?>> model,
SlimAnnotatedType<T> type) |
Modifier and Type | Method and Description |
---|---|
InterceptionModel<ClassMetadata<?>> |
InterceptionContext.getInterceptionModel() |
Modifier and Type | Method and Description |
---|---|
static InterceptionContext |
InterceptionContext.forConstructorInterception(InterceptionModel<ClassMetadata<?>> interceptionModel,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type) |
static InterceptionContext |
InterceptionContext.forNonConstructorInterception(InterceptionModel<ClassMetadata<?>> interceptionModel,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type) |
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveClassMetadata<T> |
Modifier and Type | Method and Description |
---|---|
ClassMetadata<T> |
ClassMetadataInterceptorFactory.getClassMetadata() |
ClassMetadata<?> |
AbstractInterceptorMetadata.getInterceptorClass() |
ClassMetadata<?> |
ReflectiveClassMetadata.getSuperclass() |
static <T> ClassMetadata<T> |
ReflectiveClassMetadata.of(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
static <T> InterceptorFactory<T> |
ClassMetadataInterceptorFactory.of(ClassMetadata<T> classMetadata,
BeanManagerImpl manager) |
static <T> TargetClassInterceptorMetadata |
InterceptorMetadataUtils.readMetadataForTargetClass(ClassMetadata<T> classMetadata) |
Constructor and Description |
---|
AbstractInterceptorMetadata(ClassMetadata<?> classMetadata,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
TargetClassInterceptorMetadata(ClassMetadata<?> classMetadata,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
Modifier and Type | Method and Description |
---|---|
<T> ClassMetadata<T> |
MetadataCachingReader.getClassMetadata(Class<T> clazz) |
<T> ClassMetadata<T> |
DefaultMetadataCachingReader.getClassMetadata(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
<T> TargetClassInterceptorMetadata<T> |
MetadataCachingReader.getTargetClassInterceptorMetadata(ClassMetadata<T> classMetadata) |
<T> TargetClassInterceptorMetadata<T> |
DefaultMetadataCachingReader.getTargetClassInterceptorMetadata(ClassMetadata<T> classMetadata) |
Modifier and Type | Method and Description |
---|---|
ClassMetadata<T> |
InterceptorFactory.getClassMetadata() |
ClassMetadata<?> |
InterceptorMetadata.getInterceptorClass() |
ClassMetadata<?> |
ClassMetadata.getSuperclass() |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<SlimAnnotatedType<?>,InterceptionModel<ClassMetadata<?>>> |
BeanManagerImpl.getInterceptorModelRegistry() |
Copyright © 2013 Seam Framework. All rights reserved.