public class LeafExecutionResultNode extends ExecutionResultNode
Constructor and Description |
---|
LeafExecutionResultNode(FetchedValueAnalysis fetchedValueAnalysis,
NonNullableFieldWasNullException nonNullableFieldWasNullException) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue() |
ExecutionResultNode |
withNewChildren(List<ExecutionResultNode> children) |
ExecutionResultNode |
withNewFetchedValueAnalysis(FetchedValueAnalysis fetchedValueAnalysis) |
getChildNonNullableException, getChildren, getFetchedValueAnalysis, getMergedField, getNonNullableFieldWasNullException
public LeafExecutionResultNode(FetchedValueAnalysis fetchedValueAnalysis, NonNullableFieldWasNullException nonNullableFieldWasNullException)
public Object getValue()
public ExecutionResultNode withNewChildren(List<ExecutionResultNode> children)
withNewChildren
in class ExecutionResultNode
public ExecutionResultNode withNewFetchedValueAnalysis(FetchedValueAnalysis fetchedValueAnalysis)
withNewFetchedValueAnalysis
in class ExecutionResultNode
Copyright © 2019. All rights reserved.