Package graphql.normalized
Class ValueToVariableValueCompiler
java.lang.Object
graphql.normalized.ValueToVariableValueCompiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringgetVarName(int variableOrdinal) private static ObjectmaybeClass(Object maybe) (package private) static @Nullable ObjectnormalisedValueToVariableValue(Object maybeValue) normalisedValueToVariableValues(List<Object> arrayValues) normalisedValueToVariableValues(Map<String, Object> objectMap) (package private) static VariableValueWithDefinitionnormalizedInputValueToVariable(NormalizedInputValue normalizedInputValue, int queryVariableCount) toVariableValue(ObjectValue objectValue) private static @Nullable ObjecttoVariableValue(Value<?> value) toVariableValues(List<Value> arrayValues)
-
Constructor Details
-
ValueToVariableValueCompiler
public ValueToVariableValueCompiler()
-
-
Method Details
-
normalizedInputValueToVariable
static VariableValueWithDefinition normalizedInputValueToVariable(NormalizedInputValue normalizedInputValue, int queryVariableCount) -
normalisedValueToVariableValue
-
normalisedValueToVariableValues
-
normalisedValueToVariableValues
-
toVariableValue
-
toVariableValues
-
toVariableValue
-
maybeClass
-
getVarName
-