- supports configuration files (could be extended)
- HOCON
- YAML (Jackson YAML is the underlying library)
- TOML (Jackson TOML is the underlying library)
- merges configurations of all formats
- renders strings from objects with template engines (could be extended)
- StringTemplate 4
- Apache Commons Text templates, see StringSubstitutor
- has extensible parser for different objects and values
Configuration wrapper for Scala