Class CurrentThreadClassLoadingStrategy

java.lang.Object
py4j.reflection.CurrentThreadClassLoadingStrategy
All Implemented Interfaces:
ClassLoadingStrategy

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.