Annotation Type BodyParam


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface BodyParam
    Annotation to annotate a parameter to send to a REST endpoint as HTTP Request content.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Returns:
        the Content-Type that the body should be treated as