public interface Interceptor
Modifier and Type | Method and Description |
---|---|
Object |
intercept(Invocation invocation) |
default Object |
plugin(Object target) |
default void |
setProperties(Properties properties) |
Object intercept(Invocation invocation) throws Throwable
Throwable
default void setProperties(Properties properties)
Copyright © 2009–2021 MyBatis.org. All rights reserved.