Package | Description |
---|---|
org.opentripplanner.api.adapters |
Modifier and Type | Method and Description |
---|---|
AgencyAndIdType |
AgencyAndIdAdapter.marshal(FeedScopedId arg) |
AgencyAndIdType |
StopAgencyAndIdAdapter.marshal(Stop arg) |
Modifier and Type | Method and Description |
---|---|
ArrayList<AgencyAndIdType> |
AgencyAndIdArrayListAdapter.marshal(ArrayList<FeedScopedId> arg) |
ArrayList<AgencyAndIdType> |
StopAgencyAndIdArrayListAdapter.marshal(ArrayList<Stop> arg) |
Modifier and Type | Method and Description |
---|---|
FeedScopedId |
AgencyAndIdAdapter.unmarshal(AgencyAndIdType arg) |
Stop |
StopAgencyAndIdAdapter.unmarshal(AgencyAndIdType arg) |
Modifier and Type | Method and Description |
---|---|
ArrayList<FeedScopedId> |
AgencyAndIdArrayListAdapter.unmarshal(ArrayList<AgencyAndIdType> arg) |
ArrayList<Stop> |
StopAgencyAndIdArrayListAdapter.unmarshal(ArrayList<AgencyAndIdType> arg) |
Copyright © 2020. All rights reserved.