java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.AbstractUnmarshalPostprocessor<com.nedap.archie.rm.archetyped.FeederAudit>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.FeederAuditPostprocessor
All Implemented Interfaces:
UnmarshalPostprocessor<com.nedap.archie.rm.archetyped.FeederAudit>, ClassDependent<com.nedap.archie.rm.archetyped.FeederAudit>

public class FeederAuditPostprocessor extends AbstractUnmarshalPostprocessor<com.nedap.archie.rm.archetyped.FeederAudit>
  • Constructor Details

    • FeederAuditPostprocessor

      public FeederAuditPostprocessor()
  • Method Details

    • process

      public void process(String currentTerm, com.nedap.archie.rm.archetyped.FeederAudit rmObject, Map<FlatPathDto,String> currentValues, Set<String> consumedPaths, Context<Map<FlatPathDto,String>> context)
      Adds or removes Values from values depending on rmObject.
      Parameters:
      currentTerm - current term in the unmarshal recursion.
      rmObject - current rmObject in the unmarshal recursion.
      currentValues - current values in the unmarshal recursion.
    • getAssociatedClass

      public Class<com.nedap.archie.rm.archetyped.FeederAudit> getAssociatedClass()