Class NormalizedVariables
java.lang.Object
graphql.execution.NormalizedVariables
Holds coerced variables, that is their values are now in a normalized
NormalizedInputValue form.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String key) static NormalizedVariables@Nullable Objectstatic NormalizedVariablesof(Map<String, NormalizedInputValue> normalisedVariables) toMap()toString()
-
Constructor Details
-
NormalizedVariables
-
-
Method Details
-
toMap
-
containsKey
-
get
-
emptyVariables
-
of
-
toString
-