Class JsonReader
- java.lang.Object
-
- org.infinispan.commons.configuration.JsonReader
-
public class JsonReader extends 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, String json)
Parses a JSON document into the supplied builder.
-
-
-
Method Detail
-
readJson
public void readJson(ConfigurationBuilderInfo builderInfo, String json)
Parses a JSON document into the supplied builder.- Parameters:
builderInfo
- The configuration builder to use when reading.json
- the JSON document.
-
-