Class RmLongConfig
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.AbstractsStdConfig<RmLong>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.RmLongConfig
- All Implemented Interfaces:
StdConfig<RmLong>,ClassDependent<RmLong>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.AbstractsStdConfig
addValue
-
Constructor Details
-
RmLongConfig
public RmLongConfig()
-
-
Method Details
-
getAssociatedClass
-
buildChildValues
public Map<String,Object> buildChildValues(String currentTerm, RmLong rmObject, Context<Map<String, Object>> context) - Specified by:
buildChildValuesin interfaceStdConfig<RmLong>- Overrides:
buildChildValuesin classAbstractsStdConfig<RmLong>- Parameters:
currentTerm- current flat term pathrmObject- TheRMObjectto flatten- Returns:
- Map containing the flat representation of
rmObject
-