All Classes and Interfaces
类
说明
AbstractConfigBuilder<TYPE,UNIT,RESULT extends ConfigValue<TYPE,UNIT>,HOLDER extends ConfigurationHolder<?>,SELF extends AbstractConfigBuilder<TYPE,UNIT,RESULT,HOLDER,SELF>>
AbstractSectionBuilder<TYPE,UNIT,RESULT extends ConfigValue<TYPE,UNIT>,SELF extends AbstractSectionBuilder<TYPE,UNIT,RESULT,SELF>>
AbstractSourceBuilder<V,SOURCE,UNIT,RESULT extends ConfigValue<V,UNIT>,SELF extends AbstractSourceBuilder<V,SOURCE,UNIT,RESULT,SELF>>
颜色解析器。
CommonConfigBuilder<TYPE,UNIT,RESULT extends ConfigValue<TYPE,UNIT>,SELF extends CommonConfigBuilder<TYPE,UNIT,RESULT,SELF>>
The configuration path used to mark the corresponding class or parameter.
The root interface of the configuration file interfaces,
which is used to label a class as a configuration.
ConfigurationFactory<SOURCE extends ConfigureSource<?,?,SOURCE>,HOLDER extends ConfigurationHolder<SOURCE>,SELF>
ConfigurationFactory, used to create configuration holder.
Configuration initializer,
used to initialize
ConfigValues from Configuration classes.Represents a section of a configuration.
ConfigureSource<SECTION extends ConfigureSection,ORIGINAL,SELF extends ConfigureSource<SECTION,ORIGINAL,SELF>>
ConfigureSource represents the source of configuration,
which can be a file, a database, or any other source.
Represents a configurable value with type safety and null-handling capabilities.
FileConfigFactory<SOURCE extends FileConfigSource<?,?,SOURCE>,HOLDER extends ConfigurationHolder<SOURCE>,SELF extends FileConfigFactory<SOURCE,HOLDER,SELF>>
FileConfigSource<SECTION extends ConfigureSection,ORIGINAL,SELF extends FileConfigSource<SECTION,ORIGINAL,SELF>>
Footer Comments.
Header Comments.
Inline comments,
add comments to the rows of the corresponding configurations for easy reading and viewing.
Path generator for configuration.
Value adapter, used to convert the value of the configuration file into the objects.
Value deserializer, convert base data to target value.
Value serializer, convert target value to base data.
Used to get the generic type.