Uses of Class
net.andresbustamante.yafoot.web.dto.Match
Packages that use Match
Package
Description
REST controllers for the core Web app.
Mapstruct mappers for the Web core app.
-
Uses of Match in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers that return types with arguments of type MatchModifier and TypeMethodDescriptionMatchesApi.findMatches(@Valid LocalDate startDate, @Valid LocalDate endDate, @Valid SportCode sport, @Valid MatchStatus status) MatchesController.findMatches(LocalDate startDate, LocalDate endDate, SportCode sport, MatchStatus status) org.springframework.http.ResponseEntity<Match>MatchesApi.loadMatchByCode(@Pattern(regexp="^[A-Z]{10}$") String code) org.springframework.http.ResponseEntity<Match>MatchesController.loadMatchByCode(String code) -
Uses of Match in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers that return MatchModifier and TypeMethodDescriptionBean to DTO mapping for a match object.Methods in net.andresbustamante.yafoot.core.web.mappers that return types with arguments of type Match -
Uses of Match in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return MatchModifier and TypeMethodDescriptionMatch.carpoolingEnabled(Boolean carpoolingEnabled) Match.codeSharingEnabled(Boolean codeSharingEnabled) Match.date(OffsetDateTime date) Match.description(String description) Match.numPlayersMax(Integer numPlayersMax) Match.numPlayersMin(Integer numPlayersMin) Match.numRegisteredPlayers(Integer numRegisteredPlayers) Match.status(MatchStatus status)