Package org.teiid.translator.document
Class Document
- java.lang.Object
-
- org.teiid.translator.document.Document
-
public class Document extends Object
TODO: need to back this up with something like MapDB, to avoid OOM Also need to write our own JSONPaser that returns this object directly.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddArrayProperty(String key, Object value)List<Document>addChildDocument(String path, Document child)voidaddChildDocuments(String path, List<Document> child)voidaddProperty(String key, Object value)List<Map<String,Object>>flatten()List<? extends Document>getChildDocuments(String path)Map<String,List<Document>>getChildren()StringgetName()DocumentgetParent()Map<String,Object>getProperties()StringgetSimpleName()booleanisArray()StringtoString()
-