Class InstrumentationFieldCompleteParameters
java.lang.Object
graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters
Parameters sent to
Instrumentation
methods-
Constructor Summary
ConstructorsConstructorDescriptionInstrumentationFieldCompleteParameters
(ExecutionContext executionContext, ExecutionStrategyParameters executionStrategyParameters, Supplier<ExecutionStepInfo> executionStepInfo, Object fetchedValue) -
Method Summary
Modifier and TypeMethodDescriptionThis returns the object that was fetched, ready to be completed as a value.getField()
Deprecated.
-
Constructor Details
-
InstrumentationFieldCompleteParameters
public InstrumentationFieldCompleteParameters(ExecutionContext executionContext, ExecutionStrategyParameters executionStrategyParameters, Supplier<ExecutionStepInfo> executionStepInfo, Object fetchedValue)
-
-
Method Details
-
getExecutionContext
-
getExecutionStrategyParameters
-
getField
-
getTypeInfo
Deprecated. -
getExecutionStepInfo
-
getFetchedObject
This returns the object that was fetched, ready to be completed as a value. This can sometimes be aFetchedValue
object but most often it's a simple POJO.- Returns:
- the object was fetched, ready to be completed as a value.
-