Package graphql.normalized
Class ValueToVariableValueCompiler
java.lang.Object
graphql.normalized.ValueToVariableValueCompiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
getVarName
(int variableOrdinal) private static Object
maybeClass
(Object maybe) (package private) static @Nullable Object
normalisedValueToVariableValue
(Object maybeValue) normalisedValueToVariableValues
(List<Object> arrayValues) normalisedValueToVariableValues
(Map<String, Object> objectMap) (package private) static VariableValueWithDefinition
normalizedInputValueToVariable
(NormalizedInputValue normalizedInputValue, int queryVariableCount) toVariableValue
(ObjectValue objectValue) private static @Nullable Object
toVariableValue
(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
-