Class ElementRuntimeStatusMapperImpl
java.lang.Object
dev.getelements.elements.service.util.ElementRuntimeStatusMapperImpl
- All Implemented Interfaces:
MapperRegistry.Mapper<ElementRuntimeService.RuntimeRecord,,ElementRuntimeStatus> ElementRuntimeStatusMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-09-18T19:08:18+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.12.1 (Eclipse Adoptium)")
public class ElementRuntimeStatusMapperImpl
extends Object
implements ElementRuntimeStatusMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMaps the source to the destination.protected Map<String, ElementManifestRecord> pathListToStringList(List<Path> list) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceType
-
Constructor Details
-
ElementRuntimeStatusMapperImpl
public ElementRuntimeStatusMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceElementRuntimeStatusMapper- Specified by:
forwardin interfaceMapperRegistry.Mapper<ElementRuntimeService.RuntimeRecord,ElementRuntimeStatus> - Parameters:
source- the source to the destination- Returns:
- the destination
-
pathListToStringList
-
throwableListToStringList
-
pathElementManifestRecordMapToStringElementManifestRecordMap
protected Map<String,ElementManifestRecord> pathElementManifestRecordMapToStringElementManifestRecordMap(Map<Path, ElementManifestRecord> map)
-