Uses of Class
dev.crafty.core.config.CachedConfigObject.Builder
Packages that use CachedConfigObject.Builder
-
Uses of CachedConfigObject.Builder in dev.crafty.core.config
Methods in dev.crafty.core.config that return CachedConfigObject.BuilderModifier and TypeMethodDescriptionCachedConfigObject.Builder.configFile
(File configFile) Sets the config file to use.CachedConfigObject.Builder.configSection
(String configSection) Sets the config section to use.CachedConfigObject.Builder.keyFromStringFunction
(Function<String, K> keyFromStringFunction) Sets the function to convert string keys to keys of type K.CachedConfigObject.Builder.keyToStringFunction
(Function<K, String> keyToStringFunction) Sets the function to convert keys of type K to string keys.CachedConfigObject.Builder.serializer
(ConfigSerializer<V> serializer) Sets the serializer to use.