ConfigLoadingStrategy

This method allows you to alter default config loading strategy for all the code which calls one of the methods, e.g. ConfigFactory.load(String)

This method allows you to alter default config loading strategy for all the code which calls one of the methods, e.g. ConfigFactory.load(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.

class Object
trait Matchable
class Any

Value members

Abstract methods

This method must load and parse application config.

This method must load and parse application config.

Value Params
parseOptions

ConfigParseOptions to use

Returns

loaded config