Annotation Interface PayloadParam


@Target(PARAMETER) @Retention(RUNTIME) public @interface PayloadParam
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
    The key used in a map passed to the MapBinder or Payload associated with the request.
  • Element Details