public class InterceptionModelBuilder extends Object
| Constructor and Description |
|---|
InterceptionModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethodIgnoringGlobalInterceptors(Method method) |
InterceptionModel |
build() |
void |
intercept(InterceptionType interceptionType,
Collection<InterceptorClassMetadata<?>> interceptors) |
void |
intercept(InterceptionType interceptionType,
Method method,
Collection<InterceptorClassMetadata<?>> interceptors) |
void |
setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata) |
public InterceptionModel build()
InterceptionModel instancepublic void intercept(InterceptionType interceptionType, Method method, Collection<InterceptorClassMetadata<?>> interceptors)
public void intercept(InterceptionType interceptionType, Collection<InterceptorClassMetadata<?>> interceptors)
public void addMethodIgnoringGlobalInterceptors(Method method)
public void setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata)
Copyright © 2016. All Rights Reserved.