public class Document extends Object
| Constructor and Description |
|---|
Document() |
Document(String name,
boolean array,
Document parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addArrayProperty(String key,
Object value) |
List<Document> |
addChildDocument(String path,
Document child) |
void |
addChildDocuments(String path,
List<Document> child) |
void |
addProperty(String key,
Object value) |
List<Map<String,Object>> |
flatten() |
List<? extends Document> |
getChildDocuments(String path) |
Map<String,List<Document>> |
getChildren() |
String |
getName() |
Document |
getParent() |
Map<String,Object> |
getProperties() |
boolean |
isArray() |
String |
toString() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.