Annotation Interface Payload


@Target(METHOD) @Retention(RUNTIME) public @interface Payload
Designates that this parameter will hold the payload for a PUT or POST command.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Note that if you'd like curly braces literally in the payload, urlencode them first.
  • Element Details

    • value

      String value
      Note that if you'd like curly braces literally in the payload, urlencode them first.
      See Also: