ClassEditor()
Create a default ClassEditor, using the thread context ClassLoader.
ClassEditor(@Nullable classLoader: ClassLoader)
Create a default ClassEditor, using the given ClassLoader.
classLoader - the ClassLoader to use (or null for the thread context ClassLoader)