Skip navigation links
A C E G H I M P T U W 

A

addIssues(List<GraphQLError>) - Method in class manifold.graphql.type.GqlIssueContainer
 

C

contribute(JavaFileManager.Location, String, boolean, String, GqlModel, DiagnosticListener<JavaFileObject>) - Method in class manifold.graphql.type.GqlManifold
 
create(String, V) - Static method in interface manifold.graphql.request.GqlRequestBody
 

E

Executor<T> - Class in manifold.graphql.request
Based on: "How to make GraphQL HTTP request using cUrl"

Based on the GET/POST and the Content-Type header, it expects the input params differently.

Executor(String, String, String, Bindings) - Constructor for class manifold.graphql.request.Executor
 
EXTS - Static variable in class manifold.graphql.type.GqlManifold
 

G

get() - Method in class manifold.graphql.request.Executor
Make an HTTP GET request to url.
get(Requester.Format) - Method in class manifold.graphql.request.Executor
Make an HTTP GET request to url.
getClassification() - Method in interface manifold.graphql.request.GqlError
 
getColumn() - Method in interface manifold.graphql.request.GqlError.Location
 
getColumn() - Method in exception manifold.graphql.type.GqlIssue
 
getEndOffset() - Method in exception manifold.graphql.type.GqlIssue
 
getErrors() - Method in exception manifold.graphql.request.GqlRequestException
 
getErrors() - Method in class manifold.graphql.type.GqlIssueContainer
 
getIssues() - Method in class manifold.graphql.type.GqlIssueContainer
 
getKind() - Method in exception manifold.graphql.type.GqlIssue
 
getLine() - Method in interface manifold.graphql.request.GqlError.Location
 
getLine() - Method in exception manifold.graphql.type.GqlIssue
 
getLocations() - Method in interface manifold.graphql.request.GqlError
 
getMessage() - Method in interface manifold.graphql.request.GqlError
 
getMessage() - Method in exception manifold.graphql.type.GqlIssue
 
getPath() - Method in interface manifold.graphql.request.GqlError
 
getQuery() - Method in interface manifold.graphql.request.GqlRequestBody
 
getStartOffset() - Method in exception manifold.graphql.type.GqlIssue
 
getType() - Method in interface manifold.graphql.request.GqlError
 
getVariables() - Method in interface manifold.graphql.request.GqlRequestBody
 
getWarnings() - Method in class manifold.graphql.type.GqlIssueContainer
 
GqlError - Interface in manifold.graphql.request
Reflects the GraphQLError values encoded in the @"errors" response of a GraphQL request.
GqlError.Location - Interface in manifold.graphql.request
 
GqlError.Location.ProxyFactory - Class in manifold.graphql.request
 
GqlError.ProxyFactory - Class in manifold.graphql.request
 
GqlIssue - Exception in manifold.graphql.type
 
GqlIssueContainer - Class in manifold.graphql.type
 
GqlIssueContainer(List<GraphQLError>, IFile) - Constructor for class manifold.graphql.type.GqlIssueContainer
 
GqlManifold - Class in manifold.graphql.type
 
GqlManifold() - Constructor for class manifold.graphql.type.GqlManifold
 
GqlModel - Class in manifold.graphql.type
 
GqlModel(GqlManifold, String, Set<IFile>) - Constructor for class manifold.graphql.type.GqlModel
 
GqlRequestBody<V> - Interface in manifold.graphql.request
 
GqlRequestBody.ProxyFactory - Class in manifold.graphql.request
 
GqlRequestException - Exception in manifold.graphql.request
Thrown when a GraphQL request response contains errors.
GqlRequestException(List<GqlError>) - Constructor for exception manifold.graphql.request.GqlRequestException
 
GqlScalars - Class in manifold.graphql.type
For use with a GraphQL server to automatically transform JSON Manifold format resolvers to GraphQL Scalars e.g.,:

GqlScalars.transformFormatTypeResolvers().forEach(runtimeWiringBuilder::scalar);

GqlScalars() - Constructor for class manifold.graphql.type.GqlScalars
 

H

handlesFileExtension(String) - Method in class manifold.graphql.type.GqlManifold
 

I

init(IModule) - Method in class manifold.graphql.type.GqlManifold
 
isEmpty() - Method in class manifold.graphql.type.GqlIssueContainer
 
isInnerType(String, String) - Method in class manifold.graphql.type.GqlManifold
 

M

manifold.graphql.request - package manifold.graphql.request
 
manifold.graphql.type - package manifold.graphql.type
 

P

post() - Method in class manifold.graphql.request.Executor
Make an HTTP POST request to url.
post(Requester.Format) - Method in class manifold.graphql.request.Executor
Make an HTTP POST request to url.
proxy(Map, Class<GqlError.Location>) - Method in class manifold.graphql.request.GqlError.Location.ProxyFactory
 
proxy(Map, Class<GqlError>) - Method in class manifold.graphql.request.GqlError.ProxyFactory
 
proxy(Map, Class<GqlRequestBody>) - Method in class manifold.graphql.request.GqlRequestBody.ProxyFactory
 
ProxyFactory() - Constructor for class manifold.graphql.request.GqlError.Location.ProxyFactory
 
ProxyFactory() - Constructor for class manifold.graphql.request.GqlError.ProxyFactory
 
ProxyFactory() - Constructor for class manifold.graphql.request.GqlRequestBody.ProxyFactory
 

T

transformFormatTypeResolvers() - Static method in class manifold.graphql.type.GqlScalars
 

U

updateFile(IFile) - Method in class manifold.graphql.type.GqlModel
 

W

withAuthorization(String, String) - Method in class manifold.graphql.request.Executor
 
withBasicAuthorization(String, String) - Method in class manifold.graphql.request.Executor
Set the Basic Authorization header using the provided username and password
withBearerAuthorization(String) - Method in class manifold.graphql.request.Executor
Set the Bearer Authorization header using the provided accessToken.
withHeader(String, String) - Method in class manifold.graphql.request.Executor
Set an HTTP request header name : value pair See HTTP header fields
withParam(String, String) - Method in class manifold.graphql.request.Executor
Add a name=value parameter to the request URL.
withTimeout(int) - Method in class manifold.graphql.request.Executor
The connection timeout setting in milliseconds.
A C E G H I M P T U W 
Skip navigation links

Copyright © 2020. All rights reserved.