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