Interface RegistrationMapper
- All Known Implementing Classes:
RegistrationMapperImpl
public interface RegistrationMapper
-
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.
-
Method Details
-
map
Bean to DTO mapping for a registration object.- Parameters:
registration
- Registration bean to map- Returns:
- Mapped registration DTO
-
map
Bean to DTO mapping for a registration list.- Parameters:
registration
- Registration beans to map- Returns:
- Mapped registration list
-