Class ClassEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.ClassEditor
All Implemented Interfaces:
PropertyEditor

public class ClassEditor extends PropertyEditorSupport
Property editor for 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 Class.forName(String) method.

Since:
13.05.2003
Author:
Juergen Hoeller, Rick Evans
See Also: