Uses of Package
py4j.reflection
Packages that use py4j.reflection
-
Classes in py4j.reflection used by py4jClassDescriptionA PythonProxyHandler is used in place of a Python object.The reflection engine is responsible for accessing the classes, the instances and members in a JVM.
-
Classes in py4j.reflection used by py4j.commandsClassDescriptionThe reflection engine is responsible for accessing the classes, the instances and members in a JVM.
-
Classes in py4j.reflection used by py4j.reflectionClassDescriptionStrategy interface to load a class from a fully qualified name.A MethodInvoker translates a call made in a Python Program into a call to a Java method.A TypeConverter converts a Python type into a Java Type.