spring-framework / org.springframework.beans.propertyeditors / CharArrayPropertyEditor / <init>

<init>

CharArrayPropertyEditor()

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

Author
Juergen Hoeller

Since
1.2.8

See Also
String#toCharArray()