eclipse-ee4j / eclipse-ee4j/jersey
multipart/mixed example issue
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
In Example 9.50
@POST
@Consumes(MediaType.MULTIPART_FORM_DATA)
public String postForm(
@DefaultValue("true") @FormDataParam("enabled") boolean enabled,
@FormDataParam("data") **FileData** bean,
@FormDataParam("file") InputStream file,
@FormDataParam("file") FormDataContentDisposition fileDisposition) {
// ...
}
its not clear to which package this FileData class Belongs . Its not specified in Docs
Contributor guide
Assessment
This issue has not been assessed yet.