public final class JSonSchemaHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
asTitle(String name)
Capitializes the name as a title
|
static String |
doubleQuote(String value) |
static String |
getValue(String key,
List<Map<String,String>> rows) |
static List<Map<String,String>> |
parseJsonSchema(String group,
String json,
boolean parseProperties)
Parses the json schema to split it into a list or rows, where each row contains key value pairs with the metadata
|
public static List<Map<String,String>> parseJsonSchema(String group, String json, boolean parseProperties)
group
- the group to parse from such as component, componentProperties, or properties.json
- the jsonCopyright © 2020 JBoss by Red Hat. All rights reserved.