Class TurSEVendorMapperImpl
java.lang.Object
com.viglet.turing.persistence.mapper.se.TurSEVendorMapperImpl
- All Implemented Interfaces:
TurSEVendorMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-03-11T14:15:27+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 25.0.2 (Eclipse Adoptium)")
@Component
public class TurSEVendorMapperImpl
extends Object
implements TurSEVendorMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDto(TurSEVendor entity) toDtoList(List<TurSEVendor> entities) toDtoSet(Set<TurSEVendor> entities) toEntity(TurSEVendorDto dto)
-
Constructor Details
-
TurSEVendorMapperImpl
public TurSEVendorMapperImpl()
-
-
Method Details
-
toDto
- Specified by:
toDtoin interfaceTurSEVendorMapper
-
toEntity
- Specified by:
toEntityin interfaceTurSEVendorMapper
-
toDtoList
- Specified by:
toDtoListin interfaceTurSEVendorMapper
-
toDtoSet
- Specified by:
toDtoSetin interfaceTurSEVendorMapper
-