Uses of Enum Class
net.andresbustamante.yafoot.web.dto.SportCode
Packages that use SportCode
Package
Description
REST controllers for the core Web app.
Mapstruct mappers for the Web core app.
-
Uses of SportCode in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers with parameters of type SportCodeModifier 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) -
Uses of SportCode in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers that return SportCodeModifier and TypeMethodDescriptionMaps a sport value into an enumerated sport.default SportCodeSportMapper.mapSportCode(String code) Gets the enumeration code for a given sport code.Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type SportCode -
Uses of SportCode in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return SportCodeModifier and TypeMethodDescriptionstatic SportCode@NotNull @Valid SportCodeSport.getCode()Get code@NotNull @Valid SportCodeMatch.getSport()Get sport@NotNull @Valid SportCodeMatchForm.getSport()Get sportstatic SportCodeReturns the enum constant of this class with the specified name.static SportCode[]SportCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.andresbustamante.yafoot.web.dto with parameters of type SportCode