Package graphql
Class GraphQLContext.Builder
java.lang.Object
graphql.GraphQLContext.Builder
- Enclosing class:
GraphQLContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
boolean
getBoolean
(Object key) of
(GraphQLContext graphQLContext) Adds all of the values in the map into the context builder.of
(GraphQLContext.Builder graphQLContextBuilder) Adds all of the values in the map into the context builder.of
(Object key1, Object value1, Object key2, Object value2, Object key3, Object value3, Object key4, Object value4) of
(Object key1, Object value1, Object key2, Object value2, Object key3, Object value3, Object key4, Object value4, Object key5, Object value5) Adds all of the values in the map into the context builder.Adds all of the values in the map into the context builder.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
put
-
get
-
getBoolean
-
of
-
of
-
of
-
of
-
of
-
of
Adds all of the values in the map into the context builder. All keys and values MUST be non null- Parameters:
mapOfContext
- the map to put into context- Returns:
- this builder
-
putAll
Adds all of the values in the map into the context builder. All keys and values MUST be non null- Parameters:
mapOfContext
- the map to put into context- Returns:
- this builder
-
of
Adds all of the values in the map into the context builder. All keys and values MUST be non null- Parameters:
graphQLContext
- a previous graphql context- Returns:
- this builder
-
of
Adds all of the values in the map into the context builder. All keys and values MUST be non null- Parameters:
graphQLContextBuilder
- a graphql context builder- Returns:
- this builder
-
build
-