Class ConfigurationJSONReader


  • public class ConfigurationJSONReader
    extends Object
    JSON Reader for configurations.
    • Constructor Detail

      • ConfigurationJSONReader

        public ConfigurationJSONReader()
    • Method Detail

      • read

        public static Configurations read​(Reader reader,
                                          String location)
                                   throws IOException
        Read a map of configurations from the reader The reader is not closed. It is up to the caller to close the reader.
        Parameters:
        reader - The reader for the configuration
        location - Optional location
        Returns:
        The read configurations
        Throws:
        IOException - If an IO errors occurs or the JSON is invalid.