| Annotation Type | Description |
|---|---|
| FormParam |
Marker
Annotation for denoting a Jackson "injectable value" which
should be obtained from a Finagle HTTP Request form parameter. |
| Header |
Marker
Annotation for denoting a Jackson "injectable value" which
should be obtained from a Finagle HTTP Message header parameter. |
| JsonIgnoreBody |
Marker
Annotation for denoting that the body of the Finagle HTTP
Message should not be parsed as a JSON body. |
| MessageBodyWriter |
Marker annotation for
Annotation interfaces which define
a `MessageBodyWriter` annotation. |
| QueryParam |
Marker
Annotation for denoting a Jackson "injectable value" which
should be obtained from a Finagle HTTP Request query string parameter. |
| RouteParam |
Marker
Annotation for denoting a Jackson "injectable value" which
should be obtained from a Finagle HTTP Request URI path variable. |