Package fr.gouv.vitam.common.mapping.dip
Class ArchiveUnitMapper
- java.lang.Object
-
- fr.gouv.vitam.common.mapping.dip.ArchiveUnitMapper
-
public class ArchiveUnitMapper extends java.lang.Object
Map the object ArchiveUnitModel generated from Unit data base model To a jaxb object ArchiveUnitType This help convert ArchiveUnitModel to xml using jaxb
-
-
Constructor Summary
Constructors Constructor Description ArchiveUnitMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description fr.gouv.culture.archivesdefrance.seda.v2.ArchiveUnitType
map(ArchiveUnitModel model, SupportedSedaVersions supportedSedaVersion)
-
-
-
Method Detail
-
map
public fr.gouv.culture.archivesdefrance.seda.v2.ArchiveUnitType map(ArchiveUnitModel model, SupportedSedaVersions supportedSedaVersion) throws javax.xml.datatype.DatatypeConfigurationException, ExportException
- Throws:
javax.xml.datatype.DatatypeConfigurationException
ExportException
-
-