C F H J M Q R V 
All Classes All Packages

C

com.twitter.finatra.http.annotations - package com.twitter.finatra.http.annotations
 
commaSeparatedList() - Method in annotation type com.twitter.finatra.http.annotations.QueryParam
Set to true for parameters that are in comma-separated format, so that they will be split before parsing the individual values.

F

FormParam - Annotation Type in com.twitter.finatra.http.annotations
Marker Annotation for denoting a Jackson "injectable value" which should be obtained from a Finagle HTTP Request form parameter.

H

Header - Annotation Type in com.twitter.finatra.http.annotations
Marker Annotation for denoting a Jackson "injectable value" which should be obtained from a Finagle HTTP Message header parameter.

J

JsonIgnoreBody - Annotation Type in com.twitter.finatra.http.annotations
Marker Annotation for denoting that the body of the Finagle HTTP Message should not be parsed as a JSON body.

M

MessageBodyWriter - Annotation Type in com.twitter.finatra.http.annotations
Marker annotation for Annotation interfaces which define a `MessageBodyWriter` annotation.

Q

QueryParam - Annotation Type in com.twitter.finatra.http.annotations
Marker Annotation for denoting a Jackson "injectable value" which should be obtained from a Finagle HTTP Request query string parameter.

R

RouteParam - Annotation Type in com.twitter.finatra.http.annotations
Marker Annotation for denoting a Jackson "injectable value" which should be obtained from a Finagle HTTP Request URI path variable.

V

value() - Method in annotation type com.twitter.finatra.http.annotations.FormParam
An optional field name to use for reading the form parameter from the Finagle HTTP Request.
value() - Method in annotation type com.twitter.finatra.http.annotations.Header
An optional field name to use for reading the header parameter from the Finagle HTTP Message.
value() - Method in annotation type com.twitter.finatra.http.annotations.QueryParam
An optional field name to use for reading the query parameter from the Finagle HTTP Request.
value() - Method in annotation type com.twitter.finatra.http.annotations.RouteParam
An optional field name to use for reading the route parameter from the Finagle HTTP Request.
C F H J M Q R V 
All Classes All Packages