Package org.springframework.web.multipart.support
@NonNullApi
@NonNullFields
package org.springframework.web.multipart.support
Support classes for the multipart resolution framework.
 Contains property editors for multipart files, and a Servlet filter
 for multipart handling without Spring's Web MVC.
- 
ClassDescriptionAbstract base implementation of theMultipartHttpServletRequestinterface.CustomPropertyEditorfor convertingMultipartFilesto byte arrays.Default implementation of theMultipartHttpServletRequestinterface.Signals the part of a "multipart/form-data" request, identified by name could not be found.Servlet Filter that resolves multipart requests via aMultipartResolver.A common delegate forHandlerMethodArgumentResolverimplementations which need to resolveMultipartFileandPartarguments.ServerHttpRequestimplementation that accesses one part of a multipart request.Spring MultipartHttpServletRequest adapter, wrapping a Servlet HttpServletRequest and its Part objects.Standard implementation of theMultipartResolverinterface, based on the ServletPartAPI.Utility methods for standard ServletParthandling.CustomPropertyEditorfor convertingMultipartFilesto Strings.