public interface ClassLoaderDelegate
ClassLoader methods.| 限定符和类型 | 方法和说明 |
|---|---|
<T> Class<T> |
classForName(String className)
Locate a class by name.
|
<T> Class<T> classForName(String className) throws ClassLoadingException
T - The returned class type.className - The name of the class to locateClassLoadingExceptionCopyright © 2020. All rights reserved.