Package org.jdbi.v3.core.extension
Interface ExtensionHandler.Simple
- All Superinterfaces:
AttachedExtensionHandler
,ExtensionHandler
- Enclosing interface:
ExtensionHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ExtensionHandler.Simple
extends ExtensionHandler, AttachedExtensionHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.extension.ExtensionHandler
ExtensionHandler.Simple
-
Method Summary
Modifier and TypeMethodDescriptiondefault AttachedExtensionHandler
attachTo
(ConfigRegistry config, Object target) Attach this extension handler to a target instance.Methods inherited from interface org.jdbi.v3.core.extension.AttachedExtensionHandler
invoke, warm
-
Method Details
-
attachTo
Description copied from interface:ExtensionHandler
Attach this extension handler to a target instance.- Specified by:
attachTo
in interfaceExtensionHandler
- Parameters:
config
- the configuration at time of attachtarget
- the target object on which the handler should operate
-