Adds 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.
The ConfigBuilder instance for method chaining.
Adds the default configuration converters to the configuration.
The ConfigBuilder instance for method chaining.
Adds the default configuration sources to the configuration.
The ConfigBuilder instance for method chaining.
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.
The ConfigBuilder instance for method chaining.
Adds the specified configuration sources to the configuration.
The configuration sources to be added.
The ConfigBuilder instance for method chaining.
Fluent builder for creating a Config instance.