Class ConfigCustomizerChain

java.lang.Object
org.jdbi.v3.core.config.internal.ConfigCustomizerChain
All Implemented Interfaces:
ConfigCustomizer

@Beta public final class ConfigCustomizerChain extends Object implements ConfigCustomizer
Applies a set of ConfigCustomizers sequentially to a ConfigRegistry object.
Since:
3.38.0
  • Field Details

  • Constructor Details

    • ConfigCustomizerChain

      public ConfigCustomizerChain()
  • Method Details