Uses of Class
net.andresbustamante.yafoot.web.dto.GpsCoordinates
Packages that use GpsCoordinates
Package
Description
Mapstruct mappers for the Web core app.
-
Uses of GpsCoordinates in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers that return GpsCoordinatesModifier and TypeMethodDescriptionGpsCoordinatesMapper.map
(net.andresbustamante.yafoot.commons.model.GpsCoordinates gpsCoordinates) Maps simple GPS coordinates from model to DTO.GpsCoordinatesMapperImpl.map
(net.andresbustamante.yafoot.commons.model.GpsCoordinates gpsCoordinates) Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type GpsCoordinatesModifier and TypeMethodDescriptionnet.andresbustamante.yafoot.commons.model.GpsCoordinates
GpsCoordinatesMapper.map
(GpsCoordinates gpsCoordinates) Maps simple GPS coordinates from DTO to model bean.net.andresbustamante.yafoot.commons.model.GpsCoordinates
GpsCoordinatesMapperImpl.map
(GpsCoordinates gpsCoordinates) -
Uses of GpsCoordinates in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return GpsCoordinatesModifier and TypeMethodDescription@Valid GpsCoordinates
Site.getLocation()
Get location@Valid GpsCoordinates
SiteForm.getLocation()
Get locationMethods in net.andresbustamante.yafoot.web.dto with parameters of type GpsCoordinatesModifier and TypeMethodDescriptionSite.location
(GpsCoordinates location) SiteForm.location
(GpsCoordinates location) void
Site.setLocation
(GpsCoordinates location) void
SiteForm.setLocation
(GpsCoordinates location)