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
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<E> EReturns 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, waitMethods inherited from interface org.jdbi.v3.core.config.JdbiConfig
setRegistry 
- 
Constructor Details
- 
OnDemandExtensions
public OnDemandExtensions() 
 - 
 - 
Method Details
- 
setFactory
 - 
create
 - 
createCopy
Description copied from interface:JdbiConfigReturns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.- Specified by:
 createCopyin interfaceJdbiConfig<OnDemandExtensions>- Returns:
 - a copy of this configuration object.
 
 
 -