Uses of Class
net.andresbustamante.yafoot.web.dto.CarConfirmation
Packages that use CarConfirmation
Package
Description
REST controllers for the core Web app.
-
Uses of CarConfirmation in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers with parameters of type CarConfirmationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
MatchesApi.updateCarForRegistration
(@Pattern(regexp="^[A-Z]{10}$") String code, @Min(1L) Integer pid, @Valid CarConfirmation body) org.springframework.http.ResponseEntity<Void>
MatchesController.updateCarForRegistration
(String code, Integer pid, CarConfirmation carConfirmation) -
Uses of CarConfirmation in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return CarConfirmationModifier and TypeMethodDescription