Uses of Interface
net.andresbustamante.yafoot.core.web.mappers.CarMapper
Packages that use CarMapper
Package
Description
REST controllers for the core Web app.
Mapstruct mappers for the Web core app.
-
Uses of CarMapper in net.andresbustamante.yafoot.core.web.controllers
Constructors in net.andresbustamante.yafoot.core.web.controllers with parameters of type CarMapperModifierConstructorDescriptionCarsController
(CarSearchService carSearchService, CarManagementService carManagementService, CarMapper carMapper) MatchesController
(MatchSearchService matchSearchService, PlayerSearchService playerSearchService, CarpoolingService carpoolingService, MatchManagementService matchManagementService, MatchMapper matchMapper, RegistrationMapper registrationMapper, CarMapper carMapper) -
Uses of CarMapper in net.andresbustamante.yafoot.core.web.mappers
Classes in net.andresbustamante.yafoot.core.web.mappers that implement CarMapper