Uses of Class
graphql.collect.ImmutableMapWithNullValues
Packages that use ImmutableMapWithNullValues
Package
Description
-
Uses of ImmutableMapWithNullValues in graphql
Fields in graphql with type parameters of type ImmutableMapWithNullValuesModifier and TypeFieldDescriptionprivate final Supplier
<ImmutableMapWithNullValues<String, Object>> TypeResolutionEnvironment.arguments
-
Uses of ImmutableMapWithNullValues in graphql.collect
Fields in graphql.collect declared as ImmutableMapWithNullValuesModifier and TypeFieldDescriptionprivate static final ImmutableMapWithNullValues
ImmutableMapWithNullValues.emptyMap
Methods in graphql.collect that return ImmutableMapWithNullValuesModifier and TypeMethodDescriptionstatic <K,
V> ImmutableMapWithNullValues <K, V> static <K,
V> ImmutableMapWithNullValues <K, V> ImmutableMapWithNullValues.emptyMap()
-
Uses of ImmutableMapWithNullValues in graphql.execution
Fields in graphql.execution declared as ImmutableMapWithNullValuesModifier and TypeFieldDescriptionprivate final ImmutableMapWithNullValues
<String, Object> CoercedVariables.coercedVariables
private final ImmutableMapWithNullValues
<String, Object> RawVariables.rawVariables
Fields in graphql.execution with type parameters of type ImmutableMapWithNullValuesModifier and TypeFieldDescriptionprivate final Supplier
<ImmutableMapWithNullValues<String, Object>> ExecutionStepInfo.arguments
(package private) Supplier
<ImmutableMapWithNullValues<String, Object>> ExecutionStepInfo.Builder.arguments
private final Supplier
<ImmutableMapWithNullValues<String, Object>> TypeResolutionParameters.argumentValues
private Supplier
<ImmutableMapWithNullValues<String, Object>> TypeResolutionParameters.Builder.argumentValues
-
Uses of ImmutableMapWithNullValues in graphql.execution.instrumentation
Fields in graphql.execution.instrumentation declared as ImmutableMapWithNullValuesModifier and TypeFieldDescriptionprivate final ImmutableMapWithNullValues
<String, Object> DocumentAndVariables.variables
-
Uses of ImmutableMapWithNullValues in graphql.schema
Fields in graphql.schema declared as ImmutableMapWithNullValuesModifier and TypeFieldDescriptionprivate ImmutableMapWithNullValues
<String, Object> DataFetchingEnvironmentImpl.Builder.variables
private final ImmutableMapWithNullValues
<String, Object> DataFetchingEnvironmentImpl.variables