Class SampleMapperImpl
java.lang.Object
io.github.inditextech.mavenlibarchetype.web.SampleMapperImpl
- All Implemented Interfaces:
SampleMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-06-11T13:19:41+0000",
comments="version: 1.5.0.RC1, compiler: javac, environment: Java 17.0.8 (Eclipse Adoptium)")
@Component
public class SampleMapperImpl
extends Object
implements SampleMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDto(SampleEntity domain) voidupdate(SampleEntity entity, SampleEditDto dto)
-
Constructor Details
-
SampleMapperImpl
public SampleMapperImpl()
-
-
Method Details
-
toDto
- Specified by:
toDtoin interfaceSampleMapper- Returns:
-
update
- Specified by:
updatein interfaceSampleMapper
-