Package org.apache.ibatis.plugin
Interface Interceptor
-
public interface Interceptor
- Author:
- Clinton Begin
-
-
Method Summary
Modifier and Type Method Description java.lang.Object
intercept(Invocation invocation)
default java.lang.Object
plugin(java.lang.Object target)
default void
setProperties(java.util.Properties properties)
-
-
-
Method Detail
-
intercept
java.lang.Object intercept(Invocation invocation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
plugin
default java.lang.Object plugin(java.lang.Object target)
-
setProperties
default void setProperties(java.util.Properties properties)
-
-