Uses of Class
net.andresbustamante.yafoot.web.dto.PlayerForm
Packages that use PlayerForm
Package
Description
REST controllers for the core Web app.
Mapstruct mappers for the Web core app.
-
Uses of PlayerForm in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers with parameters of type PlayerFormModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
PlayersApi.updatePlayer
(@Min(1L) Integer id, @Valid PlayerForm body) org.springframework.http.ResponseEntity<Void>
PlayersController.updatePlayer
(Integer id, PlayerForm player) -
Uses of PlayerForm in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type PlayerFormModifier and TypeMethodDescriptionnet.andresbustamante.yafoot.core.model.Player
PlayerMapper.map
(PlayerForm player) net.andresbustamante.yafoot.core.model.Player
PlayerMapperImpl.map
(PlayerForm player) -
Uses of PlayerForm in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return PlayerFormModifier and TypeMethodDescriptionPlayerForm.phoneNumber
(String phoneNumber) PlayerForm.preferredLanguage
(String preferredLanguage)