This - A "This" type. Should always be the configuration class.public interface JdbiConfig<This extends JdbiConfig<This>>
ConfigRegistry.
Implementors should ensure that implementations are thread-safe for access and caching purposes, but not
necessarily for reconfiguration.| Modifier and Type | Method and Description |
|---|---|
This |
createCopy()
Returns a copy of this configuration object.
|
default void |
setRegistry(ConfigRegistry registry)
The registry will inject itself into the configuration object.
|
This createCopy()
default void setRegistry(ConfigRegistry registry)
registry - the registry that owns this configuration objectCopyright © 2019. All rights reserved.