Uses of Interface
graphql.ExecutionResult.Builder
-
Packages that use ExecutionResult.Builder Package Description graphql -
-
Uses of ExecutionResult.Builder in graphql
Classes in graphql with type parameters of type ExecutionResult.Builder Modifier and Type Interface Description static interface
ExecutionResult.Builder<B extends ExecutionResult.Builder<B>>
Classes in graphql that implement ExecutionResult.Builder Modifier and Type Class Description static class
ExecutionResultImpl.Builder
Methods in graphql that return ExecutionResult.Builder Modifier and Type Method Description static ExecutionResult.Builder<?>
ExecutionResult. newExecutionResult()
Method parameters in graphql with type arguments of type ExecutionResult.Builder Modifier and Type Method Description default ExecutionResult
ExecutionResult. transform(java.util.function.Consumer<ExecutionResult.Builder<?>> builderConsumer)
This helps you transform the currentExecutionResult
object into another one by starting a builder with all the current values and allows you to transform it how you want.
-