Package | Description |
---|---|
io.ebean.text |
Utility objects for CSV, JSON and XML processing.
|
io.ebeanservice.docstore.api.mapping |
Mapping for document store integration.
|
io.ebeanservice.docstore.api.support |
Support objects for implementing integration.
|
Modifier and Type | Method and Description |
---|---|
static PathProperties |
PathProperties.parse(String source)
Parse and return a PathProperties from nested string format like
(a,b,c(d,e),f(g)) where "c" is a path containing "d" and "e" and "f" is a
path containing "g" and the root path contains "a","b","c" and "f".
|
Modifier and Type | Method and Description |
---|---|
void |
PathProperties.addNested(String prefix,
PathProperties pathProps) |
Constructor and Description |
---|
DocMappingBuilder(PathProperties paths,
io.ebean.annotation.DocStore docStore)
Create with the document structure paths and docStore deployment annotation.
|
Modifier and Type | Method and Description |
---|---|
PathProperties |
DocStructure.doc()
Return the document structure.
|
Modifier and Type | Method and Description |
---|---|
void |
DocStructure.addNested(String path,
PathProperties embeddedDoc)
Add an embedded property with it's document structure.
|
Constructor and Description |
---|
DocStructure(PathProperties pathProps)
Create given an initial deployment doc mapping.
|
Copyright © 2019. All rights reserved.