Class InterceptorChain

java.lang.Object
org.apache.ibatis.plugin.InterceptorChain

public class InterceptorChain
extends Object
Author:
Clinton Begin
  • Constructor Details

    • InterceptorChain

      public InterceptorChain()
  • Method Details

    • pluginAll

      public Object pluginAll​(Object target)
    • addInterceptor

      public void addInterceptor​(Interceptor interceptor)
    • getInterceptors

      public List<Interceptor> getInterceptors()