spring-framework / org.springframework.beans.propertyeditors / CharArrayPropertyEditor

CharArrayPropertyEditor

open class CharArrayPropertyEditor : PropertyEditorSupport

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()

Constructors

<init>

CharArrayPropertyEditor()

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

Functions

getAsText

open fun getAsText(): String

setAsText

open fun setAsText(text: String): Unit