Uses of Class
net.andresbustamante.yafoot.web.dto.MatchForm
Packages that use MatchForm
Package
Description
REST controllers for the core Web app.
Mapstruct mappers for the Web core app.
-
Uses of MatchForm in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers with parameters of type MatchFormModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
MatchesApi.createMatch
(@Valid MatchForm body) org.springframework.http.ResponseEntity<Void>
MatchesController.createMatch
(MatchForm match) -
Uses of MatchForm in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type MatchForm -
Uses of MatchForm in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return MatchFormModifier and TypeMethodDescriptionMatchForm.carpoolingEnabled
(Boolean carpoolingEnabled) MatchForm.codeSharingEnabled
(Boolean codeSharingEnabled) MatchForm.date
(OffsetDateTime date) MatchForm.description
(String description) MatchForm.numPlayersMax
(Integer numPlayersMax) MatchForm.numPlayersMin
(Integer numPlayersMin)