@FunctionalInterface public static interface CdsModelUtils.EntityDataVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(com.sap.cds.reflect.CdsEntity entity,
List<? extends Map<String,Object>> data,
com.sap.cds.reflect.CdsElement parent)
Visits the entity data together with it's metadata from the CDS model
|
void visit(com.sap.cds.reflect.CdsEntity entity,
List<? extends Map<String,Object>> data,
com.sap.cds.reflect.CdsElement parent)
entity - the entity meta definitiondata - the list of available entity dataparent - the element from which the parent entity referred to this entity. For root entities this is nullCopyright © 2022. All rights reserved.