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() |
public Class<?> classForName(String className) throws ClassNotFoundException
classForName
in interface ClassLoadingStrategy
ClassNotFoundException