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

<init>

ClassEditor()

Create a default ClassEditor, using the thread context ClassLoader.

ClassEditor(@Nullable classLoader: ClassLoader)

Create a default ClassEditor, using the given ClassLoader.

Parameters

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