Interface GBFSMapper

  • All Known Implementing Classes:
    GBFSMapperImpl

    public interface GBFSMapper
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.entur.gbfs.v3_0_RC.vehicle_status.GBFSVehicleStatus map​(org.entur.gbfs.v2_3.free_bike_status.GBFSFreeBikeStatus source, String language)  
      org.entur.gbfs.v3_0_RC.gbfs_versions.GBFSGbfsVersions map​(org.entur.gbfs.v2_3.gbfs_versions.GBFSGbfsVersions source, String language)  
      org.entur.gbfs.v3_0_RC.gbfs.GBFSGbfs map​(org.entur.gbfs.v2_3.gbfs.GBFS source, String language)  
      org.entur.gbfs.v3_0_RC.geofencing_zones.GBFSGeofencingZones map​(org.entur.gbfs.v2_3.geofencing_zones.GBFSGeofencingZones source, String language)  
      org.entur.gbfs.v3_0_RC.station_information.GBFSStationInformation map​(org.entur.gbfs.v2_3.station_information.GBFSStationInformation source, String language)  
      org.entur.gbfs.v3_0_RC.station_status.GBFSStationStatus map​(org.entur.gbfs.v2_3.station_status.GBFSStationStatus source, String language)  
      org.entur.gbfs.v3_0_RC.system_alerts.GBFSSystemAlerts map​(org.entur.gbfs.v2_3.system_alerts.GBFSSystemAlerts source, String language)  
      org.entur.gbfs.v3_0_RC.system_information.GBFSSystemInformation map​(org.entur.gbfs.v2_3.system_information.GBFSSystemInformation source, String language)  
      org.entur.gbfs.v3_0_RC.system_pricing_plans.GBFSSystemPricingPlans map​(org.entur.gbfs.v2_3.system_pricing_plans.GBFSSystemPricingPlans source, String language)  
      org.entur.gbfs.v3_0_RC.system_regions.GBFSSystemRegions map​(org.entur.gbfs.v2_3.system_regions.GBFSSystemRegions source, String language)  
      org.entur.gbfs.v3_0_RC.vehicle_types.GBFSVehicleTypes map​(org.entur.gbfs.v2_3.vehicle_types.GBFSVehicleTypes source, String language)  
      org.entur.gbfs.v2_3.gbfs_versions.GBFSGbfsVersions map​(org.entur.gbfs.v3_0_RC.gbfs_versions.GBFSGbfsVersions source, String language)  
      org.entur.gbfs.v2_3.gbfs.GBFS map​(org.entur.gbfs.v3_0_RC.gbfs.GBFSGbfs source, String language)  
      org.entur.gbfs.v2_3.geofencing_zones.GBFSGeofencingZones map​(org.entur.gbfs.v3_0_RC.geofencing_zones.GBFSGeofencingZones source, String language)  
      org.entur.gbfs.v2_3.station_information.GBFSStationInformation map​(org.entur.gbfs.v3_0_RC.station_information.GBFSStationInformation source, String language)  
      org.entur.gbfs.v2_3.station_status.GBFSStationStatus map​(org.entur.gbfs.v3_0_RC.station_status.GBFSStationStatus source, String language)  
      org.entur.gbfs.v2_3.system_alerts.GBFSSystemAlerts map​(org.entur.gbfs.v3_0_RC.system_alerts.GBFSSystemAlerts source, String language)  
      org.entur.gbfs.v2_3.system_information.GBFSSystemInformation map​(org.entur.gbfs.v3_0_RC.system_information.GBFSSystemInformation source, String language)  
      org.entur.gbfs.v2_3.system_pricing_plans.GBFSSystemPricingPlans map​(org.entur.gbfs.v3_0_RC.system_pricing_plans.GBFSSystemPricingPlans source, String language)  
      org.entur.gbfs.v2_3.system_regions.GBFSSystemRegions map​(org.entur.gbfs.v3_0_RC.system_regions.GBFSSystemRegions source, String language)  
      org.entur.gbfs.v2_3.free_bike_status.GBFSFreeBikeStatus map​(org.entur.gbfs.v3_0_RC.vehicle_status.GBFSVehicleStatus source, String language)  
      org.entur.gbfs.v2_3.vehicle_types.GBFSVehicleTypes map​(org.entur.gbfs.v3_0_RC.vehicle_types.GBFSVehicleTypes source, String language)  
    • 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)