Class RegistrationMapperImpl
java.lang.Object
net.andresbustamante.yafoot.core.web.mappers.RegistrationMapperImpl
- All Implemented Interfaces:
RegistrationMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-05-03T17:58:24+0000",
comments="version: 1.5.5.Final, compiler: javac, environment: Java 17.0.2 (Oracle Corporation)")
@Component
public class RegistrationMapperImpl
extends Object
implements RegistrationMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap
(List<Registration> registration) Bean to DTO mapping for a registration list.map
(Registration registration) Bean to DTO mapping for a registration object.
-
Constructor Details
-
RegistrationMapperImpl
public RegistrationMapperImpl()
-
-
Method Details
-
map
Description copied from interface:RegistrationMapper
Bean to DTO mapping for a registration object.- Specified by:
map
in interfaceRegistrationMapper
- Parameters:
registration
- Registration bean to map- Returns:
- Mapped registration DTO
-
map
Description copied from interface:RegistrationMapper
Bean to DTO mapping for a registration list.- Specified by:
map
in interfaceRegistrationMapper
- Parameters:
registration
- Registration beans to map- Returns:
- Mapped registration list
-