public class

CharArrayPropertyEditor

extends PropertyEditorSupport
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ org.springframework.beans.propertyeditors.CharArrayPropertyEditor

Class Overview

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

See Also

Summary

Public Constructors
CharArrayPropertyEditor()
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 CharArrayPropertyEditor ()

Also: SpringBeans

Public Methods

public String getAsText ()

public void setAsText (String text)