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

public class FeederAuditDetailsPostprocessor extends AbstractUnmarshalPostprocessor<com.nedap.archie.rm.archetyped.FeederAuditDetails>
  • Constructor Details

    • FeederAuditDetailsPostprocessor

      public FeederAuditDetailsPostprocessor()
  • Method Details

    • process

      public void process(String currentTerm, com.nedap.archie.rm.archetyped.FeederAuditDetails 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.FeederAuditDetails> getAssociatedClass()