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 Object
intercept(Invocation invocation)
default Object
plugin(Object target)
default void
setProperties(Properties properties)
-
-
-
Method Detail
-
intercept
Object intercept(Invocation invocation) throws Throwable
- Throws:
Throwable
-
setProperties
default void setProperties(Properties properties)
-
-