Class ConfigurationJSONReader

java.lang.Object
org.apache.sling.feature.io.json.ConfigurationJSONReader

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

    • ConfigurationJSONReader

      public ConfigurationJSONReader()
  • Method Details

    • 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.