Uses of Class
graphql.execution.FieldValueInfo
Packages that use FieldValueInfo
Package
Description
-
Uses of FieldValueInfo in graphql.execution
Fields in graphql.execution with type parameters of type FieldValueInfoModifier and TypeFieldDescriptionprivate final List
<FieldValueInfo> FieldValueInfo.fieldValueInfos
private List
<FieldValueInfo> FieldValueInfo.Builder.listInfos
Methods in graphql.execution that return FieldValueInfoModifier and TypeMethodDescriptionFieldValueInfo.Builder.build()
protected FieldValueInfo
ExecutionStrategy.completeField
(ExecutionContext executionContext, ExecutionStrategyParameters parameters, FetchedValue fetchedValue) Called to complete a field based on the type of the field.protected FieldValueInfo
ExecutionStrategy.completeValue
(ExecutionContext executionContext, ExecutionStrategyParameters parameters) Called to complete a value for a field based on the type of the field.protected FieldValueInfo
ExecutionStrategy.completeValueForList
(ExecutionContext executionContext, ExecutionStrategyParameters parameters, Iterable<Object> iterableValues) Called to complete a list of value for a field based on a list type.protected FieldValueInfo
ExecutionStrategy.completeValueForList
(ExecutionContext executionContext, ExecutionStrategyParameters parameters, Object result) Called to complete a list of value for a field based on a list type.private FieldValueInfo
ExecutionStrategy.getFieldValueInfoForNull
(ExecutionContext executionContext, ExecutionStrategyParameters parameters) Called to complete a null value.Methods in graphql.execution that return types with arguments of type FieldValueInfoModifier and TypeMethodDescriptionFieldValueInfo.getFieldValueInfos()
protected CompletableFuture
<FieldValueInfo> ExecutionStrategy.resolveFieldWithInfo
(ExecutionContext executionContext, ExecutionStrategyParameters parameters) Called to fetch a value for a field and its extra runtime info and resolve it further in terms of the graphql query.Method parameters in graphql.execution with type arguments of type FieldValueInfoModifier and TypeMethodDescriptionFieldValueInfo.Builder.fieldValueInfos
(List<FieldValueInfo> listInfos) Constructor parameters in graphql.execution with type arguments of type FieldValueInfoModifierConstructorDescription(package private)
FieldValueInfo
(FieldValueInfo.CompleteValueType completeValueType, CompletableFuture<ExecutionResult> fieldValue, List<FieldValueInfo> fieldValueInfos) -
Uses of FieldValueInfo in graphql.execution.instrumentation
Method parameters in graphql.execution.instrumentation with type arguments of type FieldValueInfoModifier and TypeMethodDescriptionvoid
ChainedInstrumentation.ChainedExecutionStrategyInstrumentationContext.onFieldValuesInfo
(List<FieldValueInfo> fieldValueInfoList) default void
ExecutionStrategyInstrumentationContext.onFieldValuesInfo
(List<FieldValueInfo> fieldValueInfoList) -
Uses of FieldValueInfo in graphql.execution.instrumentation.dataloader
Method parameters in graphql.execution.instrumentation.dataloader with type arguments of type FieldValueInfoModifier and TypeMethodDescriptionprivate int
FieldLevelTrackingApproach.getCountForList
(List<FieldValueInfo> fieldValueInfos) private boolean
FieldLevelTrackingApproach.handleOnFieldValuesInfo
(List<FieldValueInfo> fieldValueInfos, FieldLevelTrackingApproach.CallStack callStack, int curLevel)