open class ByteArrayPropertyEditor : PropertyEditorSupport
Editor for byte arrays. Strings will simply be converted to their corresponding byte representations.
Author
Juergen Hoeller
Since
1.0.1
See Also
java.lang.String#getBytes
ByteArrayPropertyEditor()
Editor for byte arrays. Strings will simply be converted to their corresponding byte representations. |
open fun getAsText(): String |
|
open fun setAsText(text: String): Unit |
open class ByteArrayMultipartFileEditor : ByteArrayPropertyEditor
Custom java.beans.PropertyEditor for converting MultipartFile to byte arrays. |