Interface JdbiConfig<This extends JdbiConfig<This>>

    • Method Detail

      • createCopy

        This createCopy()
        Returns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.
        Returns:
        a copy of this configuration object.
      • setRegistry

        default void setRegistry​(ConfigRegistry registry)
        The registry will inject itself into the configuration object. This can be useful if you need to look up dependencies. You will get a new registry after being copied.
        Parameters:
        registry - the registry that owns this configuration object