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 |
intercept(InterceptionType interceptionType,
java.util.Collection<InterceptorClassMetadata<?>> interceptors) |
void |
intercept(InterceptionType interceptionType,
java.lang.reflect.Method method,
java.util.Collection<InterceptorClassMetadata<?>> interceptors) |
void |
setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata) |
public InterceptionModel build()
InterceptionModel instancepublic void intercept(InterceptionType interceptionType, java.lang.reflect.Method method, java.util.Collection<InterceptorClassMetadata<?>> interceptors)
public void intercept(InterceptionType interceptionType, java.util.Collection<InterceptorClassMetadata<?>> interceptors)
public void addMethodIgnoringGlobalInterceptors(java.lang.reflect.Method method)
public void setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata)
Copyright © 2015. All Rights Reserved.