public class StandardClassLoaderDelegateImpl extends Object implements ClassLoaderDelegate
| 限定符和类型 | 字段和说明 |
|---|---|
static StandardClassLoaderDelegateImpl |
INSTANCE
Singleton access
|
| 构造器和说明 |
|---|
StandardClassLoaderDelegateImpl() |
public static final StandardClassLoaderDelegateImpl INSTANCE
public <T> Class<T> classForName(String className) throws ClassLoadingException
ClassLoaderDelegateclassForName 在接口中 ClassLoaderDelegateT - The returned class type.className - The name of the class to locateClassLoadingExceptionCopyright © 2020. All rights reserved.