All Classes and Interfaces
Class
Description
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, used to create configuration holder.
Configuration initializer,
used to initialize
ConfigValue
s from Configuration
classes.Represents a section of a configuration.
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.
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.
ValueType
used to get the generic type of the value,
It can be used to check if an object is an instance of a specific type,
and to cast objects to the correct type.