java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.AbstractMarshalPostprocessor<com.nedap.archie.rm.composition.EventContext>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.EventContextMarshalPostprocessor
All Implemented Interfaces:
MarshalPostprocessor<com.nedap.archie.rm.composition.EventContext>, ClassDependent<com.nedap.archie.rm.composition.EventContext>

public class EventContextMarshalPostprocessor extends AbstractMarshalPostprocessor<com.nedap.archie.rm.composition.EventContext>
  • Constructor Details

    • EventContextMarshalPostprocessor

      public EventContextMarshalPostprocessor()
  • Method Details

    • process

      public void process(String term, com.nedap.archie.rm.composition.EventContext rmObject, Map<String,Object> values, Context<Map<String,Object>> context)
      Adds or removes Values from values depending on rmObject.
      Parameters:
      term - current term in the marshal recursion.
      rmObject - current rmObject in the marshal recursion.
      values - current values in the marshal recursion.
    • getAssociatedClass

      public Class<com.nedap.archie.rm.composition.EventContext> getAssociatedClass()