- All Superinterfaces:
ConfigBuilder<PreferencesConfigBuilder>,MutableCapableConfigBuilder<PreferencesConfigBuilder>
- All Known Implementing Classes:
PreferencesConfigBuilderImpl
@API(status=STABLE,
since="1.0")
public interface PreferencesConfigBuilder
extends MutableCapableConfigBuilder<PreferencesConfigBuilder>
Preferences based configuration builder.- Since:
- 1.0
- Version:
- 1.0, 2025-05
- Author:
- (w) Iker Hernaez
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NotNull PreferencesMutableConfigBuildermutable()Makes the configuration instance mutable.Methods inherited from interface dev.orne.config.ConfigBuilder
as, build, withDecoder, withDecorator, withEncryption, withOverrideParentProperties, withParent, withParent, withVariableResolution
-
Method Details
-
mutable
Makes the configuration instance mutable.- Specified by:
mutablein interfaceMutableCapableConfigBuilder<PreferencesConfigBuilder>- Returns:
- This instance, for method chaining.
-