Class ElementMarshalPostprocessor
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.AbstractMarshalPostprocessor<com.nedap.archie.rm.datastructures.Element>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.ElementMarshalPostprocessor
- All Implemented Interfaces:
MarshalPostprocessor<com.nedap.archie.rm.datastructures.Element>,ClassDependent<com.nedap.archie.rm.datastructures.Element>
public class ElementMarshalPostprocessor
extends AbstractMarshalPostprocessor<com.nedap.archie.rm.datastructures.Element>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.AbstractMarshalPostprocessor
addValue, callMarshal, callPostprocess, handleRmAttribute
-
Constructor Details
-
ElementMarshalPostprocessor
public ElementMarshalPostprocessor()
-
-
Method Details
-
process
public void process(String term, com.nedap.archie.rm.datastructures.Element rmObject, Map<String, Object> values, Context<Map<String, Object>> context) Adds or removes Values fromvaluesdepending onrmObject. Adds the encoding information- Parameters:
term- current term in the marshal recursion.rmObject- current rmObject in the marshal recursion.values- current values in the marshal recursion.
-
getAssociatedClass
-