+ * This reader supports an array of {@link MultipartFile} as the mapping return
+ * class type - each multipart body is read into an underlying byte array (in
+ * memory) implemented via {@link ByteArrayMultipartFile}.
+ */
+@FieldDefaults(level = PRIVATE, makeFinal = true)
+public class SpringManyMultipartFilesReader extends AbstractHttpMessageConverter