Class CharArrayPropertyEditor
- java.lang.Object
- java.beans.PropertyEditorSupport
- org.springframework.beans.propertyeditors.CharArrayPropertyEditor
- All Implemented Interfaces:
PropertyEditor
public class CharArrayPropertyEditor extends PropertyEditorSupport
Editor for char arrays. Strings will simply be converted to their corresponding char representations.- Since:
- 1.2.8
- Author:
- Juergen Hoeller
- See Also:
String.toCharArray()
Constructor Summary
Constructors Constructor Description CharArrayPropertyEditor()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsText()voidsetAsText(String text)Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
Constructor Detail
CharArrayPropertyEditor
public CharArrayPropertyEditor()
Method Detail
setAsText
public void setAsText(@Nullable String text)
- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport
getAsText
public String getAsText()
- Specified by:
getAsTextin interfacePropertyEditor- Overrides:
getAsTextin classPropertyEditorSupport