Class ByteArrayPropertyEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
All Implemented Interfaces:
PropertyEditor
Direct Known Subclasses:
ByteArrayMultipartFileEditor

public class ByteArrayPropertyEditor extends PropertyEditorSupport
Editor for byte arrays. Strings will simply be converted to their corresponding byte representations.
Since:
1.0.1
Author:
Juergen Hoeller
See Also: