类 StringMultipartFileEditor

java.lang.Object
java.beans.PropertyEditorSupport
cn.taketoday.web.multipart.support.StringMultipartFileEditor
所有已实现的接口:
PropertyEditor

public class StringMultipartFileEditor extends PropertyEditorSupport
Custom PropertyEditor for converting MultipartFiles to Strings.

Allows one to specify the charset to use.

从以下版本开始:
4.0 2022/3/2 16:37
作者:
Juergen Hoeller, Harry Yang