| EnvSource |
Configuration source that reads from environment variables.
|
| JsonSource |
Configuration source that reads from JSON files.
|
| PropertiesSource |
Configuration source that reads from Java properties files.
|
| SecretManagerSource |
Abstract base class for secret manager implementations.
|
| SystemPropertySource |
Configuration source that reads from Java system properties.
|
| TestNGParameterSource |
Configuration source that provides values from TestNG parameters.
|
| TomlSource |
Configuration source that reads from TOML files.
|
| YamlSource |
Configuration source that reads from YAML files.
|