Package org.jdbi.v3.core.extension
Class ExtensionMethod
java.lang.Object
org.jdbi.v3.core.extension.ExtensionMethod
- 
Constructor Summary
ConstructorsConstructorDescriptionExtensionMethod(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
- 
getType
Returns the type the method was invoked on.- Returns:
 - the type the method was invoked on.
 
 - 
getMethod
Returns the method invoked.- Returns:
 - the method invoked.
 
 
 -