public class StringEditor
extends java.beans.PropertyEditorSupport
String.
It is really a no-op but it is hoped to provide
slightly better performance, by avoiding the continuous
lookup/failure of a property editor for plain Strings
within the org.jboss.util.propertyeditor package,
before falling back to the jdk provided String editor.| Constructor and Description |
|---|
StringEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(java.lang.String text)
Keep the provided String as is.
|