Class FixedMethodInvoker
- java.lang.Object
-
- io.leangen.graphql.metadata.execution.Executable<Method>
-
- io.leangen.graphql.metadata.execution.MethodInvoker
-
- io.leangen.graphql.metadata.execution.FixedMethodInvoker
-
public class FixedMethodInvoker extends MethodInvoker
Created by bojan.tomic on 3/5/16.
-
-
Constructor Summary
Constructors Constructor Description FixedMethodInvoker(Supplier<Object> targetSupplier, Method resolverMethod, AnnotatedType enclosingType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(Object target, Object[] arguments)-
Methods inherited from class io.leangen.graphql.metadata.execution.MethodInvoker
getAnnotatedParameterTypes, getParameterCount, getParameters, getReturnType
-
Methods inherited from class io.leangen.graphql.metadata.execution.Executable
equals, getDelegate, hashCode, toString
-
-
-
-
Constructor Detail
-
FixedMethodInvoker
public FixedMethodInvoker(Supplier<Object> targetSupplier, Method resolverMethod, AnnotatedType enclosingType)
-
-
Method Detail
-
execute
public Object execute(Object target, Object[] arguments) throws InvocationTargetException, IllegalAccessException
- Overrides:
executein classMethodInvoker- Throws:
InvocationTargetExceptionIllegalAccessException
-
-