Maps of multipart/form-data

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2745

This topic has not yet been written. The content below is from the topic description.
23.4. java.util.Map with multipart/form-data With form-data, if your body parts are uniform, you do not have to manually unmarshall each and every part. You can just provide a java.util.Map as your input parameter. It must have the type it is unmarshalling with the generic parameter of the List type declaration.