Annotation Interface RequestPathParam


@Documented @Target(PARAMETER) @Retention(RUNTIME) public @interface RequestPathParam
Retrieves one path parameter from the associated http request url and passes it to the annotated method parameter.
Since:
4.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The key of the request path parameter to pass to the parameter which is defined in the request path.
  • Element Details

    • value

      The key of the request path parameter to pass to the parameter which is defined in the request path.
      Returns:
      the key of the path variable to get.