Optional
prefix: stringAdds the specified value converters to the configuration.
The class of the configuration to which the value should be converted.
The priority of the configuration converter.
The configuration converter to be added.
Adds the default configuration converters to the configuration.
Adds the default configuration sources to the configuration.
Sets whether to merge source values. If true, the values from an objects properties if defined will be used to merge into a final instance. If false, the values from the source with the highest ordinal will be used if the object from that source is defined, even it is properties are not defined.
Whether to merge source values.
Adds the specified configuration sources to the configuration.
The configuration sources to be added.
Fluent builder for creating a Config instance.