Class JsonReader


  • public class JsonReader
    extends java.lang.Object
    Since:
    10.0
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonReader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void readJson​(ConfigurationBuilderInfo builderInfo, java.lang.String json)
      Parses a JSON document into the supplied builder.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonReader

        public JsonReader()
    • Method Detail

      • readJson

        public void readJson​(ConfigurationBuilderInfo builderInfo,
                             java.lang.String json)
        Parses a JSON document into the supplied builder.
        Parameters:
        builderInfo - The configuration builder to use when reading.
        json - the JSON document.