Package org.jdbi.v3.core.internal
Class OnDemandExtensions
java.lang.Object
org.jdbi.v3.core.internal.OnDemandExtensions
- All Implemented Interfaces:
JdbiConfig<OnDemandExtensions>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<E> E
Returns a copy of this configuration object.setFactory
(OnDemandExtensions.Factory factory) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jdbi.v3.core.config.JdbiConfig
setRegistry
-
Constructor Details
-
OnDemandExtensions
public OnDemandExtensions()
-
-
Method Details
-
setFactory
-
create
-
createCopy
Description copied from interface:JdbiConfig
Returns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.- Specified by:
createCopy
in interfaceJdbiConfig<OnDemandExtensions>
- Returns:
- a copy of this configuration object.
-