public interface ConfigLoadingStrategy
ConfigFactory.load(java.lang.String)
.
Usually you don't have to implement this interface but it may be required
when you fixing a improperly implemented library with unavailable source code.
You have to define VM property config.strategy
to replace default strategy with your own.Modifier and Type | Method and Description |
---|---|
Config |
parseApplicationConfig(ConfigParseOptions parseOptions)
This method must load and parse application config.
|
parseApplicationConfig(ConfigParseOptions parseOptions)
parseOptions
- ConfigParseOptions
to use