Package org.entur.gbfs.mapper
Interface GBFSMapper
-
- All Known Implementing Classes:
GBFSMapperImpl
public interface GBFSMapper
-
-
Field Summary
Fields Modifier and Type Field Description static GBFSMapperINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.entur.gbfs.v3_0_RC.vehicle_status.GBFSVehicleStatusmap(org.entur.gbfs.v2_3.free_bike_status.GBFSFreeBikeStatus source, String language)org.entur.gbfs.v3_0_RC.gbfs_versions.GBFSGbfsVersionsmap(org.entur.gbfs.v2_3.gbfs_versions.GBFSGbfsVersions source, String language)org.entur.gbfs.v3_0_RC.gbfs.GBFSGbfsmap(org.entur.gbfs.v2_3.gbfs.GBFS source, String language)org.entur.gbfs.v3_0_RC.geofencing_zones.GBFSGeofencingZonesmap(org.entur.gbfs.v2_3.geofencing_zones.GBFSGeofencingZones source, String language)org.entur.gbfs.v3_0_RC.station_information.GBFSStationInformationmap(org.entur.gbfs.v2_3.station_information.GBFSStationInformation source, String language)org.entur.gbfs.v3_0_RC.station_status.GBFSStationStatusmap(org.entur.gbfs.v2_3.station_status.GBFSStationStatus source, String language)org.entur.gbfs.v3_0_RC.system_alerts.GBFSSystemAlertsmap(org.entur.gbfs.v2_3.system_alerts.GBFSSystemAlerts source, String language)org.entur.gbfs.v3_0_RC.system_information.GBFSSystemInformationmap(org.entur.gbfs.v2_3.system_information.GBFSSystemInformation source, String language)org.entur.gbfs.v3_0_RC.system_pricing_plans.GBFSSystemPricingPlansmap(org.entur.gbfs.v2_3.system_pricing_plans.GBFSSystemPricingPlans source, String language)org.entur.gbfs.v3_0_RC.system_regions.GBFSSystemRegionsmap(org.entur.gbfs.v2_3.system_regions.GBFSSystemRegions source, String language)org.entur.gbfs.v3_0_RC.vehicle_types.GBFSVehicleTypesmap(org.entur.gbfs.v2_3.vehicle_types.GBFSVehicleTypes source, String language)org.entur.gbfs.v2_3.gbfs_versions.GBFSGbfsVersionsmap(org.entur.gbfs.v3_0_RC.gbfs_versions.GBFSGbfsVersions source, String language)org.entur.gbfs.v2_3.gbfs.GBFSmap(org.entur.gbfs.v3_0_RC.gbfs.GBFSGbfs source, String language)org.entur.gbfs.v2_3.geofencing_zones.GBFSGeofencingZonesmap(org.entur.gbfs.v3_0_RC.geofencing_zones.GBFSGeofencingZones source, String language)org.entur.gbfs.v2_3.station_information.GBFSStationInformationmap(org.entur.gbfs.v3_0_RC.station_information.GBFSStationInformation source, String language)org.entur.gbfs.v2_3.station_status.GBFSStationStatusmap(org.entur.gbfs.v3_0_RC.station_status.GBFSStationStatus source, String language)org.entur.gbfs.v2_3.system_alerts.GBFSSystemAlertsmap(org.entur.gbfs.v3_0_RC.system_alerts.GBFSSystemAlerts source, String language)org.entur.gbfs.v2_3.system_information.GBFSSystemInformationmap(org.entur.gbfs.v3_0_RC.system_information.GBFSSystemInformation source, String language)org.entur.gbfs.v2_3.system_pricing_plans.GBFSSystemPricingPlansmap(org.entur.gbfs.v3_0_RC.system_pricing_plans.GBFSSystemPricingPlans source, String language)org.entur.gbfs.v2_3.system_regions.GBFSSystemRegionsmap(org.entur.gbfs.v3_0_RC.system_regions.GBFSSystemRegions source, String language)org.entur.gbfs.v2_3.free_bike_status.GBFSFreeBikeStatusmap(org.entur.gbfs.v3_0_RC.vehicle_status.GBFSVehicleStatus source, String language)org.entur.gbfs.v2_3.vehicle_types.GBFSVehicleTypesmap(org.entur.gbfs.v3_0_RC.vehicle_types.GBFSVehicleTypes source, String language)
-
-
-
Field Detail
-
INSTANCE
static final GBFSMapper INSTANCE
-
-
Method Detail
-
map
org.entur.gbfs.v3_0_RC.gbfs.GBFSGbfs map(org.entur.gbfs.v2_3.gbfs.GBFS source, String language)
-
map
org.entur.gbfs.v2_3.gbfs.GBFS map(org.entur.gbfs.v3_0_RC.gbfs.GBFSGbfs source, String language)
-
map
org.entur.gbfs.v3_0_RC.gbfs_versions.GBFSGbfsVersions map(org.entur.gbfs.v2_3.gbfs_versions.GBFSGbfsVersions source, String language)
-
map
org.entur.gbfs.v2_3.gbfs_versions.GBFSGbfsVersions map(org.entur.gbfs.v3_0_RC.gbfs_versions.GBFSGbfsVersions source, String language)
-
map
org.entur.gbfs.v3_0_RC.system_information.GBFSSystemInformation map(org.entur.gbfs.v2_3.system_information.GBFSSystemInformation source, String language)
-
map
org.entur.gbfs.v2_3.system_information.GBFSSystemInformation map(org.entur.gbfs.v3_0_RC.system_information.GBFSSystemInformation source, String language)
-
map
org.entur.gbfs.v3_0_RC.vehicle_types.GBFSVehicleTypes map(org.entur.gbfs.v2_3.vehicle_types.GBFSVehicleTypes source, String language)
-
map
org.entur.gbfs.v2_3.vehicle_types.GBFSVehicleTypes map(org.entur.gbfs.v3_0_RC.vehicle_types.GBFSVehicleTypes source, String language)
-
map
org.entur.gbfs.v3_0_RC.vehicle_status.GBFSVehicleStatus map(org.entur.gbfs.v2_3.free_bike_status.GBFSFreeBikeStatus source, String language)
-
map
org.entur.gbfs.v2_3.free_bike_status.GBFSFreeBikeStatus map(org.entur.gbfs.v3_0_RC.vehicle_status.GBFSVehicleStatus source, String language)
-
map
org.entur.gbfs.v3_0_RC.station_information.GBFSStationInformation map(org.entur.gbfs.v2_3.station_information.GBFSStationInformation source, String language)
-
map
org.entur.gbfs.v2_3.station_information.GBFSStationInformation map(org.entur.gbfs.v3_0_RC.station_information.GBFSStationInformation source, String language)
-
map
org.entur.gbfs.v3_0_RC.station_status.GBFSStationStatus map(org.entur.gbfs.v2_3.station_status.GBFSStationStatus source, String language)
-
map
org.entur.gbfs.v2_3.station_status.GBFSStationStatus map(org.entur.gbfs.v3_0_RC.station_status.GBFSStationStatus source, String language)
-
map
org.entur.gbfs.v3_0_RC.system_pricing_plans.GBFSSystemPricingPlans map(org.entur.gbfs.v2_3.system_pricing_plans.GBFSSystemPricingPlans source, String language)
-
map
org.entur.gbfs.v2_3.system_pricing_plans.GBFSSystemPricingPlans map(org.entur.gbfs.v3_0_RC.system_pricing_plans.GBFSSystemPricingPlans source, String language)
-
map
org.entur.gbfs.v3_0_RC.geofencing_zones.GBFSGeofencingZones map(org.entur.gbfs.v2_3.geofencing_zones.GBFSGeofencingZones source, String language)
-
map
org.entur.gbfs.v2_3.geofencing_zones.GBFSGeofencingZones map(org.entur.gbfs.v3_0_RC.geofencing_zones.GBFSGeofencingZones source, String language)
-
map
org.entur.gbfs.v3_0_RC.system_regions.GBFSSystemRegions map(org.entur.gbfs.v2_3.system_regions.GBFSSystemRegions source, String language)
-
map
org.entur.gbfs.v2_3.system_regions.GBFSSystemRegions map(org.entur.gbfs.v3_0_RC.system_regions.GBFSSystemRegions source, String language)
-
map
org.entur.gbfs.v3_0_RC.system_alerts.GBFSSystemAlerts map(org.entur.gbfs.v2_3.system_alerts.GBFSSystemAlerts source, String language)
-
map
org.entur.gbfs.v2_3.system_alerts.GBFSSystemAlerts map(org.entur.gbfs.v3_0_RC.system_alerts.GBFSSystemAlerts source, String language)
-
-