Uses of Class
net.andresbustamante.yafoot.web.dto.Car
Packages that use Car
Package
Description
REST controllers for the core Web app.
Mapstruct mappers for the Web core app.
-
Uses of Car in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers that return types with arguments of type CarModifier and TypeMethodDescriptionMatchesApi.findCarsForMatch
(@Pattern(regexp="^[A-Z]{10}$") String code) MatchesController.findCarsForMatch
(String code) org.springframework.http.ResponseEntity<Car>
org.springframework.http.ResponseEntity<Car>
CarsApi.loadCars()
CarsController.loadCars()
-
Uses of Car in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers that return CarModifier and TypeMethodDescriptionMaps a car bean into a DTO.Methods in net.andresbustamante.yafoot.core.web.mappers that return types with arguments of type Car -
Uses of Car in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return CarModifier and TypeMethodDescription@Valid Car
Registration.getCar()
Get carCar.numPassengers
(Integer numPassengers) Methods in net.andresbustamante.yafoot.web.dto with parameters of type CarModifier and TypeMethodDescriptionvoid