Uses of Class
graphql.execution.FieldValueInfo.CompleteValueType
-
Packages that use FieldValueInfo.CompleteValueType Package Description graphql.execution -
-
Uses of FieldValueInfo.CompleteValueType in graphql.execution
Fields in graphql.execution declared as FieldValueInfo.CompleteValueType Modifier and Type Field Description private FieldValueInfo.CompleteValueType
FieldValueInfo.Builder. completeValueType
private FieldValueInfo.CompleteValueType
FieldValueInfo. completeValueType
Methods in graphql.execution that return FieldValueInfo.CompleteValueType Modifier and Type Method Description FieldValueInfo.CompleteValueType
FieldValueInfo. getCompleteValueType()
static FieldValueInfo.CompleteValueType
FieldValueInfo.CompleteValueType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FieldValueInfo.CompleteValueType[]
FieldValueInfo.CompleteValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.execution with parameters of type FieldValueInfo.CompleteValueType Modifier and Type Method Description FieldValueInfo.Builder
FieldValueInfo.Builder. completeValueType(FieldValueInfo.CompleteValueType completeValueType)
static FieldValueInfo.Builder
FieldValueInfo. newFieldValueInfo(FieldValueInfo.CompleteValueType completeValueType)
Constructors in graphql.execution with parameters of type FieldValueInfo.CompleteValueType Constructor Description Builder(FieldValueInfo.CompleteValueType completeValueType)
FieldValueInfo(FieldValueInfo.CompleteValueType completeValueType, java.util.concurrent.CompletableFuture<ExecutionResult> fieldValue, java.util.List<FieldValueInfo> fieldValueInfos)
-