Skip navigation links
A B C D E G H I N O R S T 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.

D

defaultToString() - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientError
we can't declare a default toString in an interface

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
equals(Object) - Method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
 
equals(Object) - Method in class io.smallrye.graphql.client.typesafe.api.SourceLocation
 
ErrorOr<T> - Class in io.smallrye.graphql.client.typesafe.api
Like an Optional, but if a value is not present, there is a GraphQlClientError instead.

G

get() - Method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
 
getColumn() - Method in class io.smallrye.graphql.client.typesafe.api.SourceLocation
 
getErrorCode() - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientError
 
getErrors() - Method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
 
getErrors() - Method in exception io.smallrye.graphql.client.typesafe.api.GraphQlClientException
 
getExtensions() - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientError
 
getLine() - Method in class io.smallrye.graphql.client.typesafe.api.SourceLocation
 
getLocations() - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientError
 
getMessage() - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientError
 
getPath() - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientError
The path can be either String or Integer items
getSourceName() - Method in class io.smallrye.graphql.client.typesafe.api.SourceLocation
 
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.
GraphQlClientError - Interface in io.smallrye.graphql.client.typesafe.api
 
GraphQlClientException - Exception in io.smallrye.graphql.client.typesafe.api
 
GraphQlClientException(String) - Constructor for exception io.smallrye.graphql.client.typesafe.api.GraphQlClientException
 
GraphQlClientException(String, List<GraphQlClientError>) - Constructor for exception io.smallrye.graphql.client.typesafe.api.GraphQlClientException
 
GraphQlClientException(String, Throwable) - Constructor for exception io.smallrye.graphql.client.typesafe.api.GraphQlClientException
 

H

hashCode() - Method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
 
hashCode() - Method in class io.smallrye.graphql.client.typesafe.api.SourceLocation
 
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
 
isError() - Method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
 
isPresent() - Method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
 

N

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

O

of(T) - Static method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
 
ofErrors(List<GraphQlClientError>) - Static method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
 

R

register(Object) - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder
Register the component with the underlying transport client, e.g.
register(Class<?>) - Method in interface io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder
Register the componentClass with the underlying transport client, e.g.

S

SourceLocation - Class in io.smallrye.graphql.client.typesafe.api
 
SourceLocation() - Constructor for class io.smallrye.graphql.client.typesafe.api.SourceLocation
 
SourceLocation(int, int, String) - Constructor for class io.smallrye.graphql.client.typesafe.api.SourceLocation
 

T

toString() - Method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
 
toString() - Method in exception io.smallrye.graphql.client.typesafe.api.GraphQlClientException
 
toString() - Method in class io.smallrye.graphql.client.typesafe.api.SourceLocation
 

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 D E G H I N O R S T V 
Skip navigation links

Copyright © 2018–2020. All rights reserved.