public class

ByteArrayPropertyEditor

extends PropertyEditorSupport
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
Known Direct Subclasses

Class Overview

Editor for byte arrays. Strings will simply be converted to their corresponding byte representations.

See Also

Summary

Public Constructors
ByteArrayPropertyEditor()
Public Methods
String getAsText()
void setAsText(String text)
[Expand]
Inherited Methods
From class java.beans.PropertyEditorSupport
From class java.lang.Object
From interface java.beans.PropertyEditor

Public Constructors

public ByteArrayPropertyEditor ()

Also: SpringBeans

Public Methods

public String getAsText ()

public void setAsText (String text)