public class InterceptionModelBuilder extends Object
| Constructor and Description |
|---|
InterceptionModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethodIgnoringGlobalInterceptors(Method method) |
InterceptionModel |
build() |
void |
intercept(javax.enterprise.inject.spi.InterceptionType interceptionType,
Collection<InterceptorClassMetadata<?>> interceptors) |
void |
intercept(javax.enterprise.inject.spi.InterceptionType interceptionType,
Method method,
Collection<InterceptorClassMetadata<?>> interceptors) |
void |
setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata) |
public InterceptionModel build()
InterceptionModel instancepublic void intercept(javax.enterprise.inject.spi.InterceptionType interceptionType,
Method method,
Collection<InterceptorClassMetadata<?>> interceptors)
public void intercept(javax.enterprise.inject.spi.InterceptionType interceptionType,
Collection<InterceptorClassMetadata<?>> interceptors)
public void addMethodIgnoringGlobalInterceptors(Method method)
public void setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata)
Copyright © 2017. All rights reserved.