Skip navigation links

Package org.opentripplanner.api.param

This package contains classes modeling parameters passed into web services in the query string.

See: Description

Package org.opentripplanner.api.param Description

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.
Skip navigation links

Copyright © 2018. All rights reserved.