Sebastian Schuberth
03/25/2025, 5:30 PMprefix
parameter of the loadConfig()
functions does? When loading e.g. from a YAML file, does it allow to limited loading to a nested key of that name?Sebastian Schuberth
03/25/2025, 6:03 PMrocketraman
03/25/2025, 6:09 PMConfigBinder
can also be used (via loader.configBinder()
to parse the configuration just once, and then decode different prefixes into independent data classes. I'll update the GH comments for future searchers.rocketraman
03/25/2025, 6:52 PMsam
03/31/2025, 3:37 AM