Package org.apache.ibatis.plugin
Class Plugin
java.lang.Object
org.apache.ibatis.plugin.Plugin
- All Implemented Interfaces:
InvocationHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Class<?>[]getSignatureMap(Interceptor interceptor) static Objectwrap(Object target, Interceptor interceptor)
-
Field Details
-
target
-
interceptor
-
signatureMap
-
-
Constructor Details
-
Plugin
-
-
Method Details
-
wrap
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-
getSignatureMap
-
getAllInterfaces
-