Uses of Class
net.andresbustamante.yafoot.web.dto.Registration
Packages that use Registration
Package
Description
REST controllers for the core Web app.
Mapstruct mappers for the Web core app.
-
Uses of Registration in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers that return types with arguments of type RegistrationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<Registration>>MatchesApi.loadMatchRegistrations(@Pattern(regexp="^[A-Z]{10}$") String code) org.springframework.http.ResponseEntity<List<Registration>>MatchesController.loadMatchRegistrations(String code) -
Uses of Registration in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers that return RegistrationModifier and TypeMethodDescriptionRegistrationMapper.map(Registration registration) Bean to DTO mapping for a registration object.RegistrationMapperImpl.map(Registration registration) Methods in net.andresbustamante.yafoot.core.web.mappers that return types with arguments of type RegistrationModifier and TypeMethodDescriptionRegistrationMapper.map(List<Registration> registration) Bean to DTO mapping for a registration list.RegistrationMapperImpl.map(List<Registration> registration) -
Uses of Registration in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return Registration