Class InvokeInfo
java.lang.Object
io.smallrye.graphql.execution.event.InvokeInfo
Hold some information about the invocation
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeInfo(Object operationInstance, Method operationMethod, Object[] operationTransformedArguments) -
Method Summary
Modifier and TypeMethodDescriptionObject[]voidsetOperationInstance(Object operationInstance) voidsetOperationMethod(Method operationMethod) voidsetOperationTransformedArguments(Object[] operationTransformedArguments)
-
Constructor Details
-
InvokeInfo
public InvokeInfo() -
InvokeInfo
-
-
Method Details
-
getOperationInstance
-
setOperationInstance
-
getOperationMethod
-
setOperationMethod
-
getOperationTransformedArguments
-
setOperationTransformedArguments
-