public class ClassArrayEditor extends PropertyEditorSupport
| 构造器和说明 |
|---|
ClassArrayEditor() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAsText() |
void |
setAsText(String text)
Build a Class[] from a comma/whitespace seperated list of classes
|
public void setAsText(String text) throws IllegalArgumentException
setAsText 在接口中 PropertyEditorsetAsText 在类中 PropertyEditorSupporttext - - the class name listIllegalArgumentExceptionpublic String getAsText()
getAsText 在接口中 PropertyEditorgetAsText 在类中 PropertyEditorSupportCopyright © 2022. All rights reserved.