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 ImmutableMapWithNullValuesImmutableMapWithNullValues.emptyMapMethods 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.coercedVariablesprivate final ImmutableMapWithNullValues<String, Object> RawVariables.rawVariablesFields 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.argumentsprivate final Supplier<ImmutableMapWithNullValues<String, Object>> TypeResolutionParameters.argumentValuesprivate 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.variablesprivate final ImmutableMapWithNullValues<String, Object> DataFetchingEnvironmentImpl.variables