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-03T18:05:30+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 TypeMethodDescriptionBean to DTO mapping for a registration list.map
(net.andresbustamante.yafoot.core.model.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
public List<Registration> map(List<net.andresbustamante.yafoot.core.model.Registration> registration) 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
-