@FunctionalInterface
public interface ConfigSource
ConfigDataBuilder.add(ConfigSource)| Modifier and Type | Method and Description |
|---|---|
ObjectNode |
loadConfigData(ObjectMapper objectMapper,
FileSystemBinding fileSystemBinding)
Loads the configuration data from this data source.
|
ObjectNode loadConfigData(ObjectMapper objectMapper, FileSystemBinding fileSystemBinding) throws java.lang.Exception
fileSystemBinding - the file system view the config source must use to find filesobjectMapper - the Jackson ObjectMapper to use to build objectsjava.lang.Exception - any