20.4. java.util.Map with multipart/form-data
With
form-data, if the body parts are uniform, you can provide a java.util.Map as your input parameter and avoid unmarshaling each part manually. As you can see in the example code below, this must include the type being unmarshaled with the generic parameter of the List type declaration.