@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface QueryParam
Annotation for denoting a Jackson "injectable value" which
should be obtained from a Finagle HTTP Request query string parameter.InjectableValue,
Finatra User's Guide - JSON Injectable Values,
Finatra User's Guide - HTTP Request Field Annotations| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
commaSeparatedList
Set to true for parameters that are in comma-separated
format, so that they will be split before parsing the
individual values.
|
java.lang.String |
value
An optional field name to use for reading the query parameter from the Finagle HTTP Request.
|
public abstract java.lang.String value
public abstract boolean commaSeparatedList