public class StringEditor extends 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.
| 构造器和说明 |
|---|
StringEditor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setAsText(String text)
Keep the provided String as is.
|
public void setAsText(String text)
setAsText 在接口中 PropertyEditorsetAsText 在类中 PropertyEditorSupportCopyright © 2021. All rights reserved.