| Package | Description |
|---|---|
| org.jboss.weld.interceptor.builder | |
| org.jboss.weld.interceptor.reader | |
| org.jboss.weld.interceptor.spi.model |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptionModelBuilder.setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata) |
| Modifier and Type | Field and Description |
|---|---|
static TargetClassInterceptorMetadata |
TargetClassInterceptorMetadata.EMPTY_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<T> TargetClassInterceptorMetadata |
InterceptorMetadataReader.getTargetClassInterceptorMetadata(EnhancedAnnotatedType<T> type) |
static TargetClassInterceptorMetadata |
TargetClassInterceptorMetadata.of(Map<InterceptionType,List<Method>> interceptorMethodMap) |
| Modifier and Type | Method and Description |
|---|---|
TargetClassInterceptorMetadata |
InterceptionModel.getTargetClassInterceptorMetadata()
Returns the interceptor metadata for the component class of this component.
|
Copyright © 2017. All rights reserved.