| Package | Description |
|---|---|
| py4j.reflection |
| Modifier and Type | Class and Description |
|---|---|
class |
CurrentThreadClassLoadingStrategy
This class loading strategy uses the current thread's ClassLoader to
load a class from a fully qualified name.
|
class |
RootClassLoadingStrategy
This class loading strategy just uses the root ClassLoader
to load a class from a fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassLoadingStrategy |
ReflectionUtil.getClassLoadingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReflectionUtil.setClassLoadingStrategy(ClassLoadingStrategy classLoadingStrategy) |