Uses of Interface
org.miaixz.bus.setting.Loader.ValueEditor
Packages that use Loader.ValueEditor
Package
Description
Provides a comprehensive toolkit for handling configuration files, including an enhanced
.properties-style
format (.setting) with support for grouping and variable substitution, as well as INI and YAML file support.-
Uses of Loader.ValueEditor in org.miaixz.bus.setting
Methods in org.miaixz.bus.setting with parameters of type Loader.ValueEditorModifier and TypeMethodDescriptionLoader.setValueEditor(Loader.ValueEditor valueEditor) Sets a custom value editor, which can be used to modify values (e.g., for decryption) as they are being loaded.