Annotation Type UploadParam


  • @Target({PARAMETER,FIELD})
    @Retention(RUNTIME)
    public @interface UploadParam
    Annotation type which can be used to set a part item as a parameter in the endpoint. It only works on simple Part parameters, it is ignored on the others.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      The name of the form param in the multipart request.
    • Element Detail

      • value

        String value
        The name of the form param in the multipart request.
        Returns:
        The form name to match
        Default:
        ""