public class InterceptionModelBuilder
extends java.lang.Object
| Constructor and Description |
|---|
InterceptionModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethodIgnoringGlobalInterceptors(java.lang.reflect.Method method) |
InterceptionModel |
build() |
void |
interceptGlobal(InterceptionType interceptionType,
java.lang.reflect.Constructor<?> constructor,
java.util.Collection<InterceptorClassMetadata<?>> interceptors,
java.util.Set<java.lang.annotation.Annotation> interceptorBindings) |
void |
interceptMethod(InterceptionType interceptionType,
java.lang.reflect.Method method,
java.util.Collection<InterceptorClassMetadata<?>> interceptors,
java.util.Set<java.lang.annotation.Annotation> interceptorBindings) |
void |
setClassInterceptorBindings(java.util.Set<java.lang.annotation.Annotation> classInterceptorBindings) |
void |
setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata) |
public InterceptionModel build()
InterceptionModel instancepublic void interceptMethod(InterceptionType interceptionType, java.lang.reflect.Method method, java.util.Collection<InterceptorClassMetadata<?>> interceptors, java.util.Set<java.lang.annotation.Annotation> interceptorBindings)
public void interceptGlobal(InterceptionType interceptionType, java.lang.reflect.Constructor<?> constructor, java.util.Collection<InterceptorClassMetadata<?>> interceptors, java.util.Set<java.lang.annotation.Annotation> interceptorBindings)
public void addMethodIgnoringGlobalInterceptors(java.lang.reflect.Method method)
public void setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata)
public void setClassInterceptorBindings(java.util.Set<java.lang.annotation.Annotation> classInterceptorBindings)
Copyright © 2014. All Rights Reserved.