Interface ElementManifestMapper
- All Superinterfaces:
MapperRegistry.Mapper<ElementManifestRecord,ElementManifestMetadata>
- All Known Implementing Classes:
ElementManifestMapperImpl
public interface ElementManifestMapper
extends MapperRegistry.Mapper<ElementManifestRecord,ElementManifestMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionforward(ElementManifestRecord source) Maps the source to the destination.Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceType
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<ElementManifestRecord,ElementManifestMetadata> - Parameters:
source- the source to the destination- Returns:
- the destination
-