Uses of Enum
graphql.execution.FieldValueInfo.CompleteValueType
Packages that use FieldValueInfo.CompleteValueType
-
Uses of FieldValueInfo.CompleteValueType in graphql.execution
Subclasses with type arguments of type FieldValueInfo.CompleteValueType in graphql.executionFields in graphql.execution declared as FieldValueInfo.CompleteValueTypeModifier and TypeFieldDescriptionprivate FieldValueInfo.CompleteValueTypeFieldValueInfo.Builder.completeValueTypeprivate final FieldValueInfo.CompleteValueTypeFieldValueInfo.completeValueTypeMethods in graphql.execution that return FieldValueInfo.CompleteValueTypeModifier and TypeMethodDescriptionFieldValueInfo.getCompleteValueType()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.CompleteValueTypeModifier and TypeMethodDescriptionFieldValueInfo.Builder.completeValueType(FieldValueInfo.CompleteValueType completeValueType) static FieldValueInfo.BuilderFieldValueInfo.newFieldValueInfo(FieldValueInfo.CompleteValueType completeValueType) Constructors in graphql.execution with parameters of type FieldValueInfo.CompleteValueTypeModifierConstructorDescriptionBuilder(FieldValueInfo.CompleteValueType completeValueType) (package private)FieldValueInfo(FieldValueInfo.CompleteValueType completeValueType, CompletableFuture<ExecutionResult> fieldValue, List<FieldValueInfo> fieldValueInfos)