View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window serialisation-2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ehrbase.openehr.sdk.serialisation
├─ org.ehrbase.openehr.sdk.serialisation.RMDataFormat.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.DefaultValuePath.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.DefaultValues.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.flatencoding.structured
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.structured.StructuredHelper.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.exception
├─ org.ehrbase.openehr.sdk.serialisation.exception.MarshalException.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.exception.UnmarshalException.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.mapper
├─ org.ehrbase.openehr.sdk.serialisation.mapper.RmObjectJsonDeSerializer.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.mapper.RmObjectJsonSerializer.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.AbstractValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.ActionValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.ActivityValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.CompositionValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.DefaultValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.EntryDefaultValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.EventContextValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.InstructionValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.IntervalEventValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.IsmTransitionValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.LocatableDefaultValueInserter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.defaultvalues.defaultinserter.ObservationValueInserter.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.dto
├─ org.ehrbase.openehr.sdk.serialisation.dto.DefaultValuesProvider.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.dto.DtoFromCompositionWalker.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.dto.DtoToCompositionWalker.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.dto.DtoWithMatchingFields.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.dto.GeneratedDtoToRmConverter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.dto.PathMatcher.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.dto.RmToGeneratedDtoConverter.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.walker
├─ org.ehrbase.openehr.sdk.serialisation.walker.Context.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.DurationHelper.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.FlatHelper.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.FromCompositionWalker.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.ItemExtractor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.NodeId.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.RMHelper.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.RmBoolean.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.RmLong.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.RmPrimitive.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.RmString.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.ToCompositionWalker.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.walker.Walker.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.xmlencoding
├─ org.ehrbase.openehr.sdk.serialisation.xmlencoding.CanonicalXML.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.xmlencoding.SdkDateTimeXmlAdapter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.xmlencoding.SdkDateXmlAdapter.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.xmlencoding.SdkTimeXmlAdapter.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.AbstractRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.CodePhraseRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DefaultRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvCodedTextRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvCountRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvDateRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvDateTimeRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvDurationRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvEHRUriDRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvIdentifierRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvMultimediaRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvOrdinalRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvParsableRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvProportionRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvQuantityRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvTextRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvTimeRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.DvUriRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.FeederAuditDetailsRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.FeederAuditRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.InstructionDetailsRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.IsmTransitionRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.PartyIdentifiedRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.PartyRelatedRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.PartySelfRMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.RMUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.rmunmarshaller.TermMappingRMUnmarshaller.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.FlatJsonUnmarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.StdToCompositionWalker.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.AbstractMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.ActionMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.CareEntryMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.CompositionPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DVTextPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvAmountPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvDatePostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvDateTimePostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvEncapsulatedMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvIntervalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvMultimediaMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvOrderedPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvQuantifiedPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvTemporalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvTimePostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.ElementMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.EntryMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.EventContextMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.HistoryPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.InstructionMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.IntervalEventMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.IsmTransitionPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.LocatableMarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.MarshalPostprocessor.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.AbstractsStdConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.CodePhraseStdConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DVCountConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DVEHRUriConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DVProportionConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DefaultStdConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DvCodedTextStdConfiguration.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DvIdentifierConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DvMultimediaConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DvOrdinalConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DvParsableConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DvQuantityConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DvTextStdConfiguration.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DvUriConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.FeederAudiDetailsStdConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.FeederAuditConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.InstructionDetailsConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.IsmTransitionConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.ParticipationConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.PartyIdentifiedStdConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.PartyRelatedStdConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.PartySelfStdConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.RmBooleanConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.RmLongConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.RmStringConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.StdConfig.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.TermMappingStdConfig.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.FlatJsonMarshaller.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.StdFromCompositionWalker.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.jsonencoding
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.AbstractDvTemporalDeserializer.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.AbstractDvTemporalSerializer.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.ArchieObjectMapperProvider.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.CanonicalJson.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.DateDeserializer.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.DateSerializer.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.DateTimeDeserializer.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.DateTimeSerializer.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.OpenEHRTypeNaming.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.TimeDeserializer.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.jsonencoding.TimeSerializer.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.flatencoding
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.FlatFormat.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.FlatJasonProvider.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.FlatJson.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.StructuredJson.class - [JAR]
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.AbstractUnmarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.ActionPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.ActivityPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.CareEntryPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.DvAmountPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.DvEncapsulatedPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.DvIntervalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.DvMultimediaPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.DvOrderedPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.DvOuantifiedPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.DvTemporalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.DvTextPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.ElementPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.EntryPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.EventContextUnmarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.FeederAuditDetailsPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.FeederAuditPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.HistoryPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.InstructionPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.IntervalEventPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.IsmTransitionPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.LocatableUnmarshalPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.PartyProxyPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.PartyRelatedPostprocessor.class - [JAR]
├─ org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.UnmarshalPostprocessor.class - [JAR]