Interface ConfigurationDynamicDefaultsPatcher


public interface ConfigurationDynamicDefaultsPatcher
Patcher for the configuration. This patcher is used to patch the configuration with the dynamic default values that are not known at the compile time.
  • Method Summary

    Modifier and Type
    Method
    Description
    Patches the configuration with the dynamic default values that are not known at the compile time.
  • Method Details

    • patchWithDynamicDefaults

      String patchWithDynamicDefaults(String hocon)
      Patches the configuration with the dynamic default values that are not known at the compile time.
      Parameters:
      hocon - The configuration in HOCON format.
      Returns:
      The patched configuration in HOCON format.