Package org.saidone.model.mapper
Class NodeMapperImpl
java.lang.Object
org.saidone.model.mapper.NodeMapperImpl
- All Implemented Interfaces:
NodeMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-06-09T06:27:40+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 21.0.11 (Eclipse Adoptium)")
@Component
public class NodeMapperImpl
extends Object
implements NodeMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDto(NodeEntity entity) toDtoList(List<NodeEntity> entities) toEntity(NodeWrapperDto dto)
-
Constructor Details
-
NodeMapperImpl
public NodeMapperImpl()
-
-
Method Details
-
toEntity
- Specified by:
toEntityin interfaceNodeMapper
-
toDto
- Specified by:
toDtoin interfaceNodeMapper
-
toDtoList
- Specified by:
toDtoListin interfaceNodeMapper
-