public class InterceptorChain extends Object
| Constructor and Description |
|---|
InterceptorChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptor(Interceptor interceptor) |
List<Interceptor> |
getInterceptors() |
Object |
pluginAll(Object target) |
public void addInterceptor(Interceptor interceptor)
public List<Interceptor> getInterceptors()
Copyright © 2009–2021 MyBatis.org. All rights reserved.