Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » propertyeditors » [javadoc | source]
org.springframework.beans.propertyeditors
public class: ByteArrayPropertyEditor [javadoc | source]
java.lang.Object
   java.beans.PropertyEditorSupport
      org.springframework.beans.propertyeditors.ByteArrayPropertyEditor

All Implemented Interfaces:
    PropertyEditor

Direct Known Subclasses:
    ByteArrayMultipartFileEditor

Editor for byte arrays. Strings will simply be converted to their corresponding byte representations.
Method from org.springframework.beans.propertyeditors.ByteArrayPropertyEditor Summary:
getAsText,   setAsText
Methods from java.beans.PropertyEditorSupport:
addPropertyChangeListener,   firePropertyChange,   getAsText,   getCustomEditor,   getJavaInitializationString,   getSource,   getTags,   getValue,   isPaintable,   paintValue,   removePropertyChangeListener,   setAsText,   setSource,   setValue,   supportsCustomEditor
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.beans.propertyeditors.ByteArrayPropertyEditor Detail:
 public String getAsText() 
 public  void setAsText(String text)