Class DvDateTimeRMUnmarshaller
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.AbstractRMUnmarshaller<com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvDateTimeRMUnmarshaller
- All Implemented Interfaces:
RMUnmarshaller<com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime>,ClassDependent<com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime>
public class DvDateTimeRMUnmarshaller
extends AbstractRMUnmarshaller<com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime>voidhandle(String currentTerm, com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime 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
-
DvDateTimeRMUnmarshaller
public DvDateTimeRMUnmarshaller()
-
-
Method Details
-
getAssociatedClass
-
handle
public void handle(String currentTerm, com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime 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.datavalues.quantity.datetime.DvDateTime>- Overrides:
handlein classAbstractRMUnmarshaller<com.nedap.archie.rm.datavalues.quantity.datetime.DvDateTime>
-