Uses of Class
net.andresbustamante.yafoot.web.dto.SiteForm
Packages that use SiteForm
Package
Description
REST controllers for the core Web app.
Mapstruct mappers for the Web core app.
-
Uses of SiteForm in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers with parameters of type SiteFormModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
SitesApi.addNewSite
(@Valid SiteForm body) org.springframework.http.ResponseEntity<Void>
SitesController.addNewSite
(SiteForm site) -
Uses of SiteForm in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type SiteForm -
Uses of SiteForm in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return SiteFormModifier and TypeMethodDescriptionSiteForm.location
(GpsCoordinates location) SiteForm.phoneNumber
(String phoneNumber)