Uses of Package
py4j.reflection
-
Packages that use py4j.reflection Package Description py4j py4j.commands py4j.reflection -
Classes in py4j.reflection used by py4j Class 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. -
Classes in py4j.reflection used by py4j.commands Class Description ReflectionEngine The reflection engine is responsible for accessing the classes, the instances and members in a JVM. -
Classes in py4j.reflection used by py4j.reflection Class 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.