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 TypeMethodDescriptionSportMapper.map
(net.andresbustamante.yafoot.core.model.enums.SportEnum value) Maps a sport value into an enumerated sport.SportMapperImpl.map
(net.andresbustamante.yafoot.core.model.enums.SportEnum value) default SportCode
SportMapper.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 SportCode
Sport.getCode()
Get code@NotNull @Valid SportCode
Match.getSport()
Get sport@NotNull @Valid SportCode
MatchForm.getSport()
Get sportstatic SportCode
Returns 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