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: