Example usage for org.springframework.beans.propertyeditors ByteArrayPropertyEditor subclass-usage

List of usage examples for org.springframework.beans.propertyeditors ByteArrayPropertyEditor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.propertyeditors ByteArrayPropertyEditor subclass-usage.

Usage

From source file org.springframework.web.multipart.support.ByteArrayMultipartFileEditor.java

/**
 * Custom PropertyEditor for converting MultipartFiles to byte arrays.
 *
 * @author Juergen Hoeller
 * @since 13.10.2003
 */

From source file org.nextframework.bean.editors.FileEditor.java

/**
 * Editor para arquivo (upload/download).
 */
public class FileEditor extends ByteArrayPropertyEditor {

    protected final Log logger = LogFactory.getLog(getClass());