Uses of Interface
io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
| Package | Description |
|---|---|
| io.ebeanservice.docstore.api.mapping |
Mapping for document store integration.
|
-
Uses of DocPropertyVisitor in io.ebeanservice.docstore.api.mapping
Classes in io.ebeanservice.docstore.api.mapping that implement DocPropertyVisitor Modifier and Type Class Description classDocPropertyAdapterAdapter for DocPropertyVisitor that does not do anything.Methods in io.ebeanservice.docstore.api.mapping with parameters of type DocPropertyVisitor Modifier and Type Method Description voidDocPropertyMapping. visit(DocPropertyVisitor visitor)Visit this property and any nested children.voidDocumentMapping. visit(DocPropertyVisitor visitor)Visit all the properties in the document structure.