| java.lang.Object | ||
| ↳ | java.beans.PropertyEditorSupport | |
| ↳ | org.springframework.beans.propertyeditors.ClassEditor | |
Property editor for java.lang.Class java.lang.Class, to enable the direct
population of a Class property without recourse to having to use a
String class name property as bridge.
Also supports "java.lang.String[]"-style array class names, in contrast to the
standard forName(String) method.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a default ClassEditor, using the thread context ClassLoader.
| |||||||||||
Create a default ClassEditor, using the given ClassLoader.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.beans.PropertyEditorSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.beans.PropertyEditor
| |||||||||||
Create a default ClassEditor, using the thread context ClassLoader.
Create a default ClassEditor, using the given ClassLoader.
| classLoader | the ClassLoader to use
(or null for the thread context ClassLoader)
|
|---|