类 ByteArrayMultipartFileEditor
java.lang.Object
java.beans.PropertyEditorSupport
cn.taketoday.beans.propertyeditors.ByteArrayPropertyEditor
cn.taketoday.web.multipart.support.ByteArrayMultipartFileEditor
- 所有已实现的接口:
PropertyEditor
public class ByteArrayMultipartFileEditor
extends cn.taketoday.beans.propertyeditors.ByteArrayPropertyEditor
Custom
PropertyEditor for converting
MultipartFiles to byte arrays.- 从以下版本开始:
- 4.0 2022/3/2 16:35
- 作者:
- Juergen Hoeller, Harry Yang
-
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.beans.propertyeditors.ByteArrayPropertyEditor
setAsText
-
构造器详细资料
-
ByteArrayMultipartFileEditor
public ByteArrayMultipartFileEditor()
-
-
方法详细资料
-
setValue
- 指定者:
setValue在接口中PropertyEditor- 覆盖:
setValue在类中PropertyEditorSupport
-
getAsText
- 指定者:
getAsText在接口中PropertyEditor- 覆盖:
getAsText在类中cn.taketoday.beans.propertyeditors.ByteArrayPropertyEditor
-