@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface RouteParam
Annotation for denoting a Jackson "injectable value" which
should be obtained from a Finagle HTTP Request URI path variable. This specifically allows
access to the Finatra "named parameter" of the path of an HTTP route callback defined in a
Controller.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
An optional field name to use for reading the route parameter from the Finagle HTTP Request.
|
public abstract java.lang.String value