Package org.jdbi.v3.sqlobject.internal
Class CreateSqlObjectHandler
java.lang.Object
org.jdbi.v3.sqlobject.internal.CreateSqlObjectHandler
- All Implemented Interfaces:
ExtensionHandler
-
Field Summary
FieldsFields inherited from interface org.jdbi.v3.core.extension.ExtensionHandler
EQUALS_HANDLER, HASHCODE_HANDLER, NULL_HANDLER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke(HandleSupplier handleSupplier, Object target, Object... args) Gets invoked to return a value for the method that this handler was bound to.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.extension.ExtensionHandler
warm
-
Field Details
-
method
-
-
Constructor Details
-
CreateSqlObjectHandler
-
-
Method Details
-
invoke
Description copied from interface:ExtensionHandlerGets invoked to return a value for the method that this handler was bound to.- Specified by:
invokein interfaceExtensionHandler- Parameters:
handleSupplier- AHandleSupplierinstance for accessing the handle and its related objectstarget- The target object on which the handler should operateargs- Optional arguments for the handler- Returns:
- The return value for the method that was bound to the extension handler. Can be null
- Throws:
Exception- Any exception from the underlying code
-