Uses of Class
net.andresbustamante.yafoot.web.dto.RegistrationForm
Packages that use RegistrationForm
Package
Description
REST controllers for the core Web app.
-
Uses of RegistrationForm in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers with parameters of type RegistrationFormModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
MatchesApi.registerPlayerToMatch
(@Pattern(regexp="^[A-Z]{10}$") String code, @Valid RegistrationForm body) org.springframework.http.ResponseEntity<Void>
MatchesController.registerPlayerToMatch
(String code, RegistrationForm registration) -
Uses of RegistrationForm in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return RegistrationForm