Class ByteArrayMultipartFileEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
All Implemented Interfaces:
PropertyEditor

public class ByteArrayMultipartFileEditor extends org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
Custom PropertyEditor for converting MultipartFiles to byte arrays.
Since:
13.10.2003
Author:
Juergen Hoeller
  • Constructor Details

    • ByteArrayMultipartFileEditor

      public ByteArrayMultipartFileEditor()
  • Method Details