public class JsonReader extends Object
Constructor and Description |
---|
JsonReader() |
Modifier and Type | Method and Description |
---|---|
void |
readJson(ConfigurationBuilderInfo builderInfo,
String json)
Parses a JSON document into the supplied builder.
|
public void readJson(ConfigurationBuilderInfo builderInfo, String json)
builderInfo
- The configuration builder to use when reading.json
- the JSON document.Copyright © 2021 JBoss by Red Hat. All rights reserved.