Uses of Class
py4j.reflection.MethodInvoker
-
Packages that use MethodInvoker Package Description py4j.reflection -
-
Uses of MethodInvoker in py4j.reflection
Fields in py4j.reflection declared as MethodInvoker Modifier and Type Field Description static MethodInvoker
MethodInvoker. INVALID_INVOKER
Methods in py4j.reflection that return MethodInvoker Modifier and Type Method Description static MethodInvoker
MethodInvoker. buildInvoker(java.lang.reflect.Constructor<?> constructor, java.lang.Class<?>[] arguments)
static MethodInvoker
MethodInvoker. buildInvoker(java.lang.reflect.Method method, java.lang.Class<?>[] arguments)
MethodInvoker
ReflectionEngine. getConstructor(java.lang.Class<?> clazz, java.lang.Class<?>[] parameters)
MethodInvoker
ReflectionEngine. getConstructor(java.lang.String classFQN, java.lang.Object[] parameters)
MethodInvoker
ReflectionEngine. getMethod(java.lang.Class<?> clazz, java.lang.String name, java.lang.Class<?>[] parameters)
MethodInvoker
ReflectionEngine. getMethod(java.lang.Object object, java.lang.String name, java.lang.Object[] parameters)
MethodInvoker
ReflectionEngine. getMethod(java.lang.String classFQN, java.lang.String name, java.lang.Object[] parameters)
Methods in py4j.reflection with parameters of type MethodInvoker Modifier and Type Method Description java.lang.Object
ReflectionEngine. invoke(java.lang.Object object, MethodInvoker invoker, java.lang.Object[] parameters)
-