spring-framework / org.springframework.beans.propertyeditors / ClassArrayEditor / <init>

<init>

ClassArrayEditor()

Create a default ClassEditor, using the thread context ClassLoader.

ClassArrayEditor(@Nullable classLoader: ClassLoader)

Create a default ClassArrayEditor, using the given ClassLoader.

Parameters

classLoader - the ClassLoader to use (or pass null for the thread context ClassLoader)