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