public class CurrentThreadClassLoadingStrategy extends Object implements ClassLoadingStrategy
This class loading strategy uses the current thread's ClassLoader to load a class from a fully qualified name.
| Constructor and Description |
|---|
CurrentThreadClassLoadingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
classForName(String className) |
ClassLoader |
getClassLoader() |
public Class<?> classForName(String className) throws ClassNotFoundException
classForName in interface ClassLoadingStrategyClassNotFoundExceptionpublic ClassLoader getClassLoader()
getClassLoader in interface ClassLoadingStrategyCopyright © 2018. All rights reserved.