Package py4j.reflection
Class ReflectionUtil
java.lang.Object
py4j.reflection.ReflectionUtil
Global utility to load classes and perform general reflection operations that can be customized by Strategy classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<?>
classForName
(String className) static ClassLoader
static ClassLoadingStrategy
static void
setClassLoadingStrategy
(ClassLoadingStrategy classLoadingStrategy)
-
Constructor Details
-
ReflectionUtil
public ReflectionUtil()
-
-
Method Details
-
getClassLoadingStrategy
-
setClassLoadingStrategy
-
classForName
- Throws:
ClassNotFoundException
-
getClassLoader
-