Returns a new builder with some settings overridden.
Returns a new builder with some settings overridden. The provided settings must exist in the currently built
config; otherwise, a ConfigFactory.ValidationFailed is thrown.
a setting to override in the current config as a key-value pair
additional settings to override in the current config as key-value pairs
a new builder with the given settings overridden.
Returns a new builder with some settings overridden.
Returns a new builder with some settings overridden. The provided settings must exist in the currently built
config; otherwise, a ConfigFactory.ValidationFailed is thrown.
the settings to override in the current config as a parseable config
a new builder with the given settings overridden.
Returns a new builder with some settings overridden.
Returns a new builder with some settings overridden. The provided settings must exist in the currently built
config; otherwise, a ConfigFactory.ValidationFailed is thrown.
the settings to override in the current config
a new builder with the given settings overridden.
Returns a new builder with some additional settings.
Returns a new builder with some additional settings. The provided settings must not exist in the currently built
config; otherwise, a ConfigFactory.ValidationFailed is thrown.
a setting to add to the current config as a key-value pair
additional settings to add to the current config as key-value pairs
a new builder with the given settings added.
Returns a new builder with some additional settings.
Returns a new builder with some additional settings. The provided settings must not exist in the currently built
config; otherwise, a ConfigFactory.ValidationFailed is thrown.
the settings to add to the current config as a parseable config
a new builder with the given settings added.
Returns a new builder with some additional settings.
Returns a new builder with some additional settings. The provided settings must not exist in the currently built
config; otherwise, a ConfigFactory.ValidationFailed is thrown.
the settings to add to the current config
a new builder with the given settings added.
A
Configbuilder providing a DSL for retireving and modifying configs.