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 © 2010–2015 MyBatis.org. All rights reserved.