Skip navigation links
B C E G H I N T 

B

build(Class<T>) - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder
 

C

configKey(String) - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder
The base key used to read configuration values.

E

endpoint(String) - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder
The URL where the GraphQL service is listening
endpoint(URI) - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder
The URL where the GraphQL service is listening

G

getName() - Method in class io.smallrye.graphql.client.typesafe.api.GraphQlClientHeader
 
getValue() - Method in class io.smallrye.graphql.client.typesafe.api.GraphQlClientHeader
 
GraphQlClientApi - Annotation Type in io.smallrye.graphql.client.typesafe.api
Annotate your GraphQL Client interface as GraphQlClientApi, so CDI can build and inject it for you.
GraphQlClientAuthorizationHeader - Class in io.smallrye.graphql.client.typesafe.api
Provides a BASIC Authorization header with the credentials configured in MP Config.
GraphQlClientAuthorizationHeader(Class<?>) - Constructor for class io.smallrye.graphql.client.typesafe.api.GraphQlClientAuthorizationHeader
Use the configKey() annotated on that api interface, or the fully qualified name of the api itself – plus /mp-graphql/
GraphQlClientAuthorizationHeader() - Constructor for class io.smallrye.graphql.client.typesafe.api.GraphQlClientAuthorizationHeader
Don't use any config prefix, i.e.
GraphQlClientAuthorizationHeader(String) - Constructor for class io.smallrye.graphql.client.typesafe.api.GraphQlClientAuthorizationHeader
Use that config prefix plus /mp-graphql/, if the prefix is not empty.
GraphQlClientBuilder - Interface in io.smallrye.graphql.client.typesafe.api
Use this builder, when you are not in a CDI context, i.e.
GraphQlClientException - Exception in io.smallrye.graphql.client.typesafe.api
 
GraphQlClientException(String) - Constructor for exception io.smallrye.graphql.client.typesafe.api.GraphQlClientException
 
GraphQlClientException(String, Throwable) - Constructor for exception io.smallrye.graphql.client.typesafe.api.GraphQlClientException
 
GraphQlClientHeader - Class in io.smallrye.graphql.client.typesafe.api
Adds a custom header to the http requests sent out by the GraphQL Client.
GraphQlClientHeader(String, Object) - Constructor for class io.smallrye.graphql.client.typesafe.api.GraphQlClientHeader
 
GraphQlClientHeader(String, Supplier<Object>) - Constructor for class io.smallrye.graphql.client.typesafe.api.GraphQlClientHeader
 

H

header(String, Object) - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder
A custom http header to send for every GraphQL request.
header(GraphQlClientHeader) - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder
A custom http header to send for every GraphQL request.

I

io.smallrye.graphql.client.typesafe.api - package io.smallrye.graphql.client.typesafe.api
 

N

newBuilder() - Static method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder
 

T

toEntry() - Method in class io.smallrye.graphql.client.typesafe.api.GraphQlClientHeader
 
B C E G H I N T 
Skip navigation links

Copyright © 2018–2020. All rights reserved.