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