Package org.ehrbase.client.flattener
Class DtoToCompositionWalker
-
-
Field Summary
Fields Modifier and Type Field Description static com.nedap.archie.rminfo.ArchieRMInfoLookupARCHIE_RM_INFO_LOOKUP
-
Constructor Summary
Constructors Constructor Description DtoToCompositionWalker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcalculateSize(org.ehrbase.serialisation.walker.Context<Map<String,Object>> context, org.ehrbase.webtemplate.model.WebTemplateNode childNode)protected Map<String,Object>extract(org.ehrbase.serialisation.walker.Context<Map<String,Object>> context, org.ehrbase.webtemplate.model.WebTemplateNode child, boolean isChoice, Integer i)protected voidpostHandle(org.ehrbase.serialisation.walker.Context<Map<String,Object>> context)protected voidpreHandle(org.ehrbase.serialisation.walker.Context<Map<String,Object>> context)-
Methods inherited from class org.ehrbase.serialisation.walker.ToCompositionWalker
extractPair, extractRMChild, insertDefaults
-
-
-
-
Method Detail
-
extract
protected Map<String,Object> extract(org.ehrbase.serialisation.walker.Context<Map<String,Object>> context, org.ehrbase.webtemplate.model.WebTemplateNode child, boolean isChoice, Integer i)
-
preHandle
protected void preHandle(org.ehrbase.serialisation.walker.Context<Map<String,Object>> context)
-
postHandle
protected void postHandle(org.ehrbase.serialisation.walker.Context<Map<String,Object>> context)
-
-