All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.api.param.package-info Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
/**
 * This package contains classes modeling parameters passed into web services in the query string.
 * These always begin as strings and must be parsed into an internal representation.
 *
 * Jersey will inject @QueryParam-annotated fields and method parameters which can be constructed
 * from a single String. The QueryParameter abstract base class has this characteristic, and a new
 * concrete parameter class can be created by extending this base class and implementing the parse
 * method.
 */
package org.opentripplanner.api.param;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy