Uses of Class
me.a8kj.config.builder.PairedConfigBuilder
Packages that use PairedConfigBuilder
-
Uses of PairedConfigBuilder in me.a8kj.config.builder
Methods in me.a8kj.config.builder that return PairedConfigBuilderModifier and TypeMethodDescriptionPairedConfigBuilder.at(PathProvider pathProvider) Sets the path provider used to determine the storage location of the configuration file.PairedConfigBuilder.memory(PairedDataMemory<K> memory) Sets the paired data memory implementation for managing key-value configuration data.PairedConfigBuilder.meta(ConfigMeta meta) Sets the metadata for the configuration, containing identifying information and paths.static <T> PairedConfigBuilder<T> Static factory method to initiate the paired builder with a specific key type.