Select the part by MIME type. The default is to match any MIME type.
Default:
"*/*"
required
public abstract boolean required
How to handle a missing part. By default, if no part matches,
the MultipartProvider
throws a WebApplicationException
with status 400. If this option is set to false,
the parameter is set to null instead.