JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
E
G
H
I
N
V
A
AuthorizationHeader
- Annotation Type in
io.smallrye.graphql.client.typesafe.api
A specialized
Header
for
Authorization
.
AuthorizationHeader.Type
- Enum in
io.smallrye.graphql.client.typesafe.api
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
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.
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
H
Header
- Annotation Type in
io.smallrye.graphql.client.typesafe.api
Adds a custom header to the http requests sent out by the GraphQL Client.
Headers
- Annotation Type in
io.smallrye.graphql.client.typesafe.api
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
V
valueOf(String)
- Static method in enum io.smallrye.graphql.client.typesafe.api.
AuthorizationHeader.Type
Returns the enum constant of this type with the specified name.
values()
- Static method in enum io.smallrye.graphql.client.typesafe.api.
AuthorizationHeader.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
E
G
H
I
N
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018–2020. All rights reserved.