Package org.apache.ibatis.plugin
Class InterceptorChain
- java.lang.Object
-
- org.apache.ibatis.plugin.InterceptorChain
-
public class InterceptorChain extends Object
- Author:
- Clinton Begin
-
-
Constructor Summary
Constructors Constructor Description InterceptorChain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addInterceptor(Interceptor interceptor)
List<Interceptor>
getInterceptors()
Object
pluginAll(Object target)
-
-
-
Method Detail
-
addInterceptor
public void addInterceptor(Interceptor interceptor)
-
getInterceptors
public List<Interceptor> getInterceptors()
-
-