Package org.apache.ibatis.plugin
Interface Interceptor
- 
public interface Interceptor- Author:
 - Clinton Begin
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Objectintercept(Invocation invocation)default Objectplugin(Object target)default voidsetProperties(Properties properties) 
 - 
 
- 
- 
Method Detail
- 
intercept
Object intercept(Invocation invocation) throws Throwable
- Throws:
 Throwable
 
- 
setProperties
default void setProperties(Properties properties)
 
 - 
 
 -