类 ClassArrayEditor

  • 所有已实现的接口:
    PropertyEditor

    public class ClassArrayEditor
    extends PropertyEditorSupport
    Property editor for an array of Classes, to enable the direct population of a Class[] property without 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.

    从以下版本开始:
    2.0
    作者:
    Rob Harrop, Juergen Hoeller