Interface ConfigLoader


  • public interface ConfigLoader
    By implementing this interface and configuring the corresponding implementation class name in config.yml. Users can customize the configured loading strategy and mode.

    An example of an implementation class can be found at: com.networknt.config.TestConfigLoader This implementation class provides a single configuration file loading strategy similar to spring.