Class PartyIdentifiedRMUnmarshaller
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.AbstractRMUnmarshaller<com.nedap.archie.rm.generic.PartyIdentified>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.PartyIdentifiedRMUnmarshaller
- All Implemented Interfaces:
RMUnmarshaller<com.nedap.archie.rm.generic.PartyIdentified>,ClassDependent<com.nedap.archie.rm.generic.PartyIdentified>
public class PartyIdentifiedRMUnmarshaller
extends AbstractRMUnmarshaller<com.nedap.archie.rm.generic.PartyIdentified>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<com.nedap.archie.rm.generic.PartyIdentified>voidhandle(String currentTerm, com.nedap.archie.rm.generic.PartyIdentified rmObject, Map<FlatPathDto, String> currentValues, Context<Map<FlatPathDto, String>> context, Set<String> consumedPaths) Puts thecurrentValuesinto thermObjectMethods inherited from class org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.AbstractRMUnmarshaller
setValue
-
Constructor Details
-
PartyIdentifiedRMUnmarshaller
public PartyIdentifiedRMUnmarshaller()
-
-
Method Details
-
getAssociatedClass
-
handle
public void handle(String currentTerm, com.nedap.archie.rm.generic.PartyIdentified rmObject, Map<FlatPathDto, String> currentValues, Context<Map<FlatPathDto, String>> context, Set<String> consumedPaths) Description copied from class:AbstractRMUnmarshallerPuts thecurrentValuesinto thermObjectUseRmIntrospectConfigto find die properties which needs to be set- Specified by:
handlein interfaceRMUnmarshaller<com.nedap.archie.rm.generic.PartyIdentified>- Overrides:
handlein classAbstractRMUnmarshaller<com.nedap.archie.rm.generic.PartyIdentified>
-