to Class
Convert String class name to Class with ClassLoader and initialize.
Receiver
the class name to be converted.
Return
Parameters
loader
ClassLoader to load the class, default is ClassLoaderProvider.classLoader.
initialize
whether to initialize the class with loader, default is false.
See also
Convert String class name to Class with ClassLoader and initialize.
Return
See also
Receiver
the Type to be converted.
Return
See also
Throws
if the conversion fails.