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(GpsCoordinates gpsCoordinates) Maps simple GPS coordinates from model to DTO.GpsCoordinatesMapperImpl.map(GpsCoordinates gpsCoordinates) Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type GpsCoordinatesModifier and TypeMethodDescriptionGpsCoordinatesMapper.map(GpsCoordinates gpsCoordinates) Maps simple GPS coordinates from DTO to model bean.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 GpsCoordinatesSite.getLocation()Get location@Valid GpsCoordinatesSiteForm.getLocation()Get locationMethods in net.andresbustamante.yafoot.web.dto with parameters of type GpsCoordinatesModifier and TypeMethodDescriptionSite.location(GpsCoordinates location) SiteForm.location(GpsCoordinates location) voidSite.setLocation(GpsCoordinates location) voidSiteForm.setLocation(GpsCoordinates location)