Package | Description |
---|---|
py4j | |
py4j.commands | |
py4j.reflection |
Class and Description |
---|
PythonProxyHandler
A PythonProxyHandler is used in place of a Python object.
|
ReflectionEngine
The reflection engine is responsible for accessing the classes, the instances
and members in a JVM.
|
Class and Description |
---|
ReflectionEngine
The reflection engine is responsible for accessing the classes, the instances
and members in a JVM.
|
Class and Description |
---|
ClassLoadingStrategy
Strategy interface to load a class from a fully qualified name.
|
MethodInvoker
A MethodInvoker translates a call made in a Python Program into a call to a
Java method.
|
TypeConverter
A TypeConverter converts a Python type into a Java Type.
|