Package org.apache.ibatis.plugin
Class Plugin
- java.lang.Object
-
- org.apache.ibatis.plugin.Plugin
-
- All Implemented Interfaces:
InvocationHandler
public class Plugin extends Object implements InvocationHandler
- Author:
- Clinton Begin
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object proxy, Method method, Object[] args)
static Object
wrap(Object target, Interceptor interceptor)
-