Package org.jdbi.v3.core.extension
Class ExtensionMethod
java.lang.Object
org.jdbi.v3.core.extension.ExtensionMethod
-
Constructor Summary
ConstructorDescriptionExtensionMethod
(Class<?> type, Method method) Creates a new extension method. -
Method Summary
-
Constructor Details
-
ExtensionMethod
Creates a new extension method.- Parameters:
type
- the type the method was invoked onmethod
- the method invoked
-
-
Method Details