Class ReflectionInvoker
java.lang.Object
io.smallrye.graphql.execution.datafetcher.helper.ReflectionInvoker
- Direct Known Subclasses:
OperationInvoker
Invoke methods using reflection
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionInvoker(String className) ReflectionInvoker(String className, String methodName, List<String> parameterClasses) -
Method Summary
Modifier and TypeMethodDescription<T> T<T> TinvokePrivileged(ClassLoader classLoader, Object... arguments) <T> TinvokePrivileged(Object... arguments) voidtoString()