Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractCustomJacksonDeserializer<T> - Class in com.graphql_java_generator.client.response
-
Jackson Deserializer for lists and Custom Scalars.
- AbstractCustomJacksonDeserializer(AbstractCustomJacksonDeserializer<?>, boolean, Class<?>, GraphQLScalarType) - Constructor for class com.graphql_java_generator.client.response.AbstractCustomJacksonDeserializer
- AbstractCustomJacksonDeserializer(Class<?>, GraphQLScalarType) - Constructor for class com.graphql_java_generator.client.response.AbstractCustomJacksonDeserializer
-
The constructor, for non list field.
- AbstractCustomJacksonSerializer<T> - Class in com.graphql_java_generator.client.request
-
Jackson Deserializer for lists and Custom Scalars.
- AbstractCustomJacksonSerializer(Class<?>, int, GraphQLScalarType) - Constructor for class com.graphql_java_generator.client.request.AbstractCustomJacksonSerializer
- AbstractGraphQLRequest - Class in com.graphql_java_generator.client.request
-
This class contains the description for a GraphQL request that will be sent to the server.
- AbstractGraphQLRequest(GraphQlClient, String, String) - Constructor for class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Creates the GraphQL request, for a full request.
- AbstractGraphQLRequest(GraphQlClient, String, String, RequestType, String, InputParameter...) - Constructor for class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Create the instance for the given GraphQL request, for a partial request.
Important note: this constructor SHOULD be used only by the code generated by the plugin, not by external applications. - AbstractGraphQLRequest.Payload - Class in com.graphql_java_generator.client.request
-
This class contains the payload that will be sent to the server.
- addFriend(ObjectResponse, String, String, Object...) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method is expected by the graphql-java framework.
- addFriend(ObjectResponse, String, String, Object...) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- addFriend(String, String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- addFriend(String, String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- addFriend(String, String) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- addFriend(String, String, String, Object...) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method executes a partial query on the addFriend mutation against the GraphQL server.
- addFriend(String, String, String, Object...) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- addFriendWithBindValues(ObjectResponse, String, String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method is expected by the graphql-java framework.
- addFriendWithBindValues(ObjectResponse, String, String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- addFriendWithBindValues(String, String, String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method executes a partial query on the addFriend mutation against the GraphQL server.
- addFriendWithBindValues(String, String, String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- addTypenameFields() - Method in class com.graphql_java_generator.client.request.Fragment
-
Adds the __typename field into this fragment, and all the subojects it contains.
- appendInputParametersToGraphQLRequests(boolean, StringBuilder, List<InputParameter>, Map<String, Object>) - Static method in class com.graphql_java_generator.client.request.InputParameter
- appendStringContentForGraphqlQueryFromMap(StringBuilder, Map<?, ?>) - Method in class com.graphql_java_generator.client.request.InputParameter
-
Write a map as a valid GraphQL string for an input parameter, into a GraphQL query.
- appendStringContentForGraphqlQueryFromMapForAListItem(StringBuilder, List<?>) - Method in class com.graphql_java_generator.client.request.InputParameter
-
Write a list as a valid GraphQL string for an input parameter, into a GraphQL query.
- appendStringContentForGraphqlQueryFromValueItem(StringBuilder, Object) - Method in class com.graphql_java_generator.client.request.InputParameter
-
Write a list as a valid GraphQL string for an input parameter, into a GraphQL query.
- appendToGraphQLRequests(StringBuilder, Map<String, Object>) - Method in class com.graphql_java_generator.client.directive.Directive
-
Appends this current directive into the given
StringBuilder, to build the GraphQL request - appendToGraphQLRequests(StringBuilder, Map<String, Object>) - Method in class com.graphql_java_generator.client.request.AppliedGlobalFragment
-
Appends to the given
StringBuilderthis fragment usage ("...fragmentName") followed by the directive declarations, if any - appendToGraphQLRequests(StringBuilder, Map<String, Object>) - Method in class com.graphql_java_generator.client.request.Fragment
- appendToGraphQLRequests(StringBuilder, Map<String, Object>, boolean) - Method in class com.graphql_java_generator.client.request.QueryField
-
Append this query field in the
StringBuilderin which the query is being written. - AppliedGlobalFragment - Class in com.graphql_java_generator.client.request
-
A global Fragment, when applied, has a name and may have one or more directives.
- AppliedGlobalFragment(String, QueryTokenizer, String) - Constructor for class com.graphql_java_generator.client.request.AppliedGlobalFragment
-
Creates an instance for a global fragment, that has been read in the current
QueryTokenizer. - ARGUMENT_DEFINITION - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- ARGUMENT_DEFINITION - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- AUTHORIZATION_HEADER_NAME - Static variable in class com.graphql_java_generator.client.OAuthTokenExtractor
-
The name of the HTTP header that contains the OAuth token
B
- basePackages() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.EnableGraphQLRepositories
- BindParameter - Annotation Interface in com.graphql_java_generator.client.graphqlrepository
- body(BodyExtractor<T, ? super ClientHttpResponse>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- bodyToFlux(Class<? extends T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- bodyToFlux(ParameterizedTypeReference<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- bodyToMono(Class<? extends T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- bodyToMono(ParameterizedTypeReference<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- build() - Method in class com.generated.graphql.__Directive.Builder
- build() - Method in class com.generated.graphql.__EnumValue.Builder
- build() - Method in class com.generated.graphql.__Field.Builder
- build() - Method in class com.generated.graphql.__InputValue.Builder
- build() - Method in class com.generated.graphql.__Schema.Builder
- build() - Method in class com.generated.graphql.__Type.Builder
- build() - Method in class com.generated.graphql.Droid.Builder
- build() - Method in class com.generated.graphql.Human.Builder
- build() - Method in class com.generated.graphql.MutationType.Builder
- build() - Method in class com.generated.graphql.QueryType.Builder
- build() - Method in class com.generated.graphql.SubscriptionType.Builder
- build() - Method in class com.graphql_java_generator.client.request.Builder
-
Returns the built
ObjectResponse. - builder() - Static method in class com.generated.graphql.__Directive
- builder() - Static method in class com.generated.graphql.__EnumValue
- builder() - Static method in class com.generated.graphql.__Field
- builder() - Static method in class com.generated.graphql.__InputValue
- builder() - Static method in class com.generated.graphql.__Schema
- builder() - Static method in class com.generated.graphql.__Type
- builder() - Static method in class com.generated.graphql.Droid
- builder() - Static method in class com.generated.graphql.Human
- builder() - Static method in class com.generated.graphql.MutationType
- builder() - Static method in class com.generated.graphql.QueryType
- builder() - Static method in class com.generated.graphql.SubscriptionType
- Builder - Class in com.graphql_java_generator.client.request
-
This builder is provided for compatibility of existing code, that would have been developed before the 1.6 release.
- Builder() - Constructor for class com.generated.graphql.__Directive.Builder
- Builder() - Constructor for class com.generated.graphql.__EnumValue.Builder
- Builder() - Constructor for class com.generated.graphql.__Field.Builder
- Builder() - Constructor for class com.generated.graphql.__InputValue.Builder
- Builder() - Constructor for class com.generated.graphql.__Schema.Builder
- Builder() - Constructor for class com.generated.graphql.__Type.Builder
- Builder() - Constructor for class com.generated.graphql.Droid.Builder
- Builder() - Constructor for class com.generated.graphql.Human.Builder
- Builder() - Constructor for class com.generated.graphql.MutationType.Builder
- Builder() - Constructor for class com.generated.graphql.QueryType.Builder
- Builder() - Constructor for class com.generated.graphql.SubscriptionType.Builder
- Builder(GraphQlClient, Class<? extends AbstractGraphQLRequest>) - Constructor for class com.graphql_java_generator.client.request.Builder
-
This Builder allows to build a Full request, that is request as you can execute in the graphiql interface.
- Builder(GraphQlClient, Class<? extends AbstractGraphQLRequest>, String, RequestType, InputParameter...) - Constructor for class com.graphql_java_generator.client.request.Builder
-
This Builder allows to build a Partial request, that is a request for only one query/mutation/subscription.
C
- Character - Interface in com.generated.graphql
- characters(ObjectResponse, Episode, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- characters(ObjectResponse, Episode, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- characters(String, Episode, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the characters query against the GraphQL server.
- characters(String, Episode, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- charactersWithBindValues(ObjectResponse, Episode, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- charactersWithBindValues(ObjectResponse, Episode, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- charactersWithBindValues(String, Episode, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the characters query against the GraphQL server.
- charactersWithBindValues(String, Episode, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- checkFieldOfGraphQLType(String, Boolean, Class<?>) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Check if the given field is owned by the class of this
ObjectResponse. - checkIsScalar(Field, Boolean) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
This method checks whether the given field (as an attribute) of the given class is a GraphQL scalar, or not, depending on shouldBeScalar.
- checkIsScalar(String, Method, Boolean) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
This method checks whether the given field (as a method: getter, query...) of the given class is a GraphQL scalar, or not, depending on shouldBeScalar.
- checkName(String) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Checks that the given GraphQL name is valid.
- checkNextToken(String) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
-
Checks if the next meaningful token is the expected string that is given.
- checkNextTokenStartsWith(String) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
-
Checks if the next meaningful token starts by the expected string that is given.
- ClassPathScanner - Class in com.graphql_java_generator.client.graphqlrepository
-
scan all
GraphQLRepositoryFactoryannotated interfaces from specified packages. - ClassPathScanner(boolean) - Constructor for class com.graphql_java_generator.client.graphqlrepository.ClassPathScanner
- code - Variable in class com.graphql_java_generator.client.response.Extension
- column - Variable in class com.graphql_java_generator.client.response.Location
- com.generated.graphql - package com.generated.graphql
- com.generated.graphql_spring_autoconfiguration - package com.generated.graphql_spring_autoconfiguration
- com.generated.graphql.util - package com.generated.graphql.util
- com.graphql_java_generator.annotation - package com.graphql_java_generator.annotation
-
All annotations used by the GraphQL-generator client part
- com.graphql_java_generator.client - package com.graphql_java_generator.client
- com.graphql_java_generator.client.directive - package com.graphql_java_generator.client.directive
- com.graphql_java_generator.client.graphqlrepository - package com.graphql_java_generator.client.graphqlrepository
-
This package contains all the needed classes to manage
GraphQLRepository. - com.graphql_java_generator.client.request - package com.graphql_java_generator.client.request
-
This package contains all the classes used to generate the requests toward the GraphQL server.
- com.graphql_java_generator.client.response - package com.graphql_java_generator.client.response
-
All classes about the management of the response, coming from the GraphQL server
- com.graphql_java_generator.customscalars - package com.graphql_java_generator.customscalars
-
This package provide "as is" some
GraphQLScalarTypes. - com.graphql_java_generator.exception - package com.graphql_java_generator.exception
- com.graphql_java_generator.graphql_maven_plugin_project.graphql_maven_plugin_samples_StarWars_client - module com.graphql_java_generator.graphql_maven_plugin_project.graphql_maven_plugin_samples_StarWars_client
- com.graphql_java_generator.samples.simple.client - package com.graphql_java_generator.samples.simple.client
- com.graphql_java_generator.samples.simple.client.graphql - package com.graphql_java_generator.samples.simple.client.graphql
- com.graphql_java_generator.util - package com.graphql_java_generator.util
- concatStreams(Class<T>, boolean, T, T, T, List<? extends T>...) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Concatenate a non limited number of lists into a stream.
- configure(RuntimeWiring.Builder) - Method in class com.generated.graphql.util.GraphQLWiring
- convertValue(JsonNode, TypeReference<Map<String, JsonNode>>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
- convertValue(Object, Class<T>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
- cookies() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- createError() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- createException() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- createGraphQLRepositoryInvocationHandler(ClassLoader, Class<R>) - Method in class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeanFactory
- createHuman(ObjectResponse, String, String, Object...) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method is expected by the graphql-java framework.
- createHuman(ObjectResponse, String, String, Object...) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- createHuman(String, String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- createHuman(String, String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- createHuman(String, String) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- createHuman(String, String, String, Object...) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method executes a partial query on the createHuman mutation against the GraphQL server.
- createHuman(String, String, String, Object...) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- createHumanWithBindValues(ObjectResponse, String, String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method is expected by the graphql-java framework.
- createHumanWithBindValues(ObjectResponse, String, String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- createHumanWithBindValues(String, String, String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method executes a partial query on the createHuman mutation against the GraphQL server.
- createHumanWithBindValues(String, String, String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- currentToken() - Method in class com.graphql_java_generator.client.request.QueryTokenizer
-
Returns the current token
- CustomJacksonDeserializers - Class in com.generated.graphql.util
-
This class is a standard Deserializer for Jackson.
- CustomJacksonDeserializers() - Constructor for class com.generated.graphql.util.CustomJacksonDeserializers
- CustomJacksonDeserializers.List__Directive - Class in com.generated.graphql.util
- CustomJacksonDeserializers.List__DirectiveLocation - Class in com.generated.graphql.util
- CustomJacksonDeserializers.List__EnumValue - Class in com.generated.graphql.util
- CustomJacksonDeserializers.List__Field - Class in com.generated.graphql.util
- CustomJacksonDeserializers.List__InputValue - Class in com.generated.graphql.util
- CustomJacksonDeserializers.List__Type - Class in com.generated.graphql.util
- CustomJacksonDeserializers.ListCharacter - Class in com.generated.graphql.util
- CustomJacksonDeserializers.ListEpisode - Class in com.generated.graphql.util
- CustomJacksonSerializers - Class in com.generated.graphql.util
-
This class is a standard Deserializer for Jackson.
- CustomJacksonSerializers() - Constructor for class com.generated.graphql.util.CustomJacksonSerializers
- CustomScalar - Class in com.graphql_java_generator.customscalars
-
This class represents a custom scalar, with all the information to allow proper execution of the generated code
- CustomScalar(GraphQLScalarType, Class<?>) - Constructor for class com.graphql_java_generator.customscalars.CustomScalar
- CustomScalarRegistry - Interface in com.graphql_java_generator.client
-
Registry for all
GraphQLScalarTypeavailable. - CustomScalarRegistryImpl - Class in com.graphql_java_generator.client
- CustomScalarRegistryImpl() - Constructor for class com.graphql_java_generator.client.CustomScalarRegistryImpl
- CustomScalarRegistryInitializer - Class in com.generated.graphql.util
- CustomScalarRegistryInitializer() - Constructor for class com.generated.graphql.util.CustomScalarRegistryInitializer
D
- data - Variable in class com.graphql_java_generator.client.response.JsonResponseWrapper
-
This contains the data coming from the GraphQL part.
- Date - Static variable in class com.graphql_java_generator.customscalars.GraphQLScalarTypeDate
-
Custom Scalar for Date management.
- DateTime - Static variable in class com.graphql_java_generator.customscalars.GraphQLScalarTypeDateTime
-
Custom Scalar for DateTime management.
- description - Variable in class com.graphql_java_generator.client.response.Error
- deserialize(JsonParser, DeserializationContext) - Method in class com.graphql_java_generator.client.response.AbstractCustomJacksonDeserializer
- Directive - Class in com.graphql_java_generator.client.directive
-
This object can represent both: A directive definition, as defined in the GraphQL schema, or as a standard GraphQL directive (skip, include, deprecated).
- Directive() - Constructor for class com.graphql_java_generator.client.directive.Directive
-
Default constructor, used by the generated DirectiveRegistryInitialize
- Directive(QueryTokenizer, String) - Constructor for class com.graphql_java_generator.client.directive.Directive
-
Create a Directive from a
QueryTokenizer. - DirectiveLocation - Enum Class in com.graphql_java_generator.client.directive
-
All possible directive locations
- directiveRegistry - Static variable in class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
-
As we may have or not have Spring at runtime, we manually manage a singleton.
- DirectiveRegistry - Interface in com.graphql_java_generator.client.directive
-
Registry for all GraphQL directives that are available, that is: the GraphQL standard directives and the ones that are defined in the GraphQL schema.
- DirectiveRegistryImpl - Class in com.graphql_java_generator.client.directive
- DirectiveRegistryImpl() - Constructor for class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
- DirectiveRegistryInitializer - Class in com.generated.graphql.util
- DirectiveRegistryInitializer() - Constructor for class com.generated.graphql.util.DirectiveRegistryInitializer
- droid(ObjectResponse, String, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- droid(ObjectResponse, String, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- droid(String, String, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the droid query against the GraphQL server.
- droid(String, String, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- Droid - Class in com.generated.graphql
- Droid() - Constructor for class com.generated.graphql.Droid
- Droid.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- droidDoesNotExist() - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- droidDoesNotExist() - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- droidDoesNotExist() - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- droidFriendsFriendsFriends(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- droidFriendsFriendsFriends(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- droidFriendsFriendsFriends(String) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- droidFull(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- droidFull(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- droidFull(String) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- droidPartial(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- droidPartial(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- droidPartial(String) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- droidWithBindValues(ObjectResponse, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- droidWithBindValues(ObjectResponse, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- droidWithBindValues(String, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the droid query against the GraphQL server.
- droidWithBindValues(String, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
E
- EMPIRE - Enum constant in enum class com.generated.graphql.Episode
- EMPTY_DELIMITERS - Static variable in class com.graphql_java_generator.client.request.QueryTokenizer
-
The list of character that can separate tokens, and that has no meaning.
- EnableGraphQLRepositories - Annotation Interface in com.graphql_java_generator.client.graphqlrepository
- ENUM - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- ENUM - Enum constant in enum class com.generated.graphql.__TypeKind
- ENUM - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- ENUM_VALUE - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- ENUM_VALUE - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- Episode - Enum Class in com.generated.graphql
- Error - Class in com.graphql_java_generator.client.response
-
The error POJO, mapped from the GraphQL server response, when an error occurs
- Error() - Constructor for class com.graphql_java_generator.client.response.Error
- errors - Variable in class com.generated.graphql.util.MutationTypeRootResponse
- errors - Variable in class com.generated.graphql.util.QueryTypeRootResponse
- errors - Variable in class com.generated.graphql.util.SubscriptionTypeRootResponse
- errors - Variable in class com.graphql_java_generator.client.response.JsonResponseWrapper
-
This optional field contains the errors, when one or more errors occurred
- errorType - Variable in class com.graphql_java_generator.client.response.Error
- exec(ObjectResponse, SubscriptionCallback<?>, Object...) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(ObjectResponse, Object...) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(ObjectResponse, Object...) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(ObjectResponse, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(ObjectResponse, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(ObjectResponse, Object...) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.
- exec(Class<R>, Map<String, Object>) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
This method executes the current GraphQL as a query or mutation GraphQL request, and return its response mapped in the relevant POJO.
- exec(String, SubscriptionCallback<?>, Object...) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(String, Object...) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(String, Object...) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(String, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(String, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- exec(String, Object...) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.
- exec(Map<String, Object>, SubscriptionCallback<T>, Class<R>, Class<T>) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Execution of the given subscription GraphQL request, and return its response mapped in the relevant POJO.
- execMutation(Object...) - Method in class com.generated.graphql.util.GraphQLReactiveRequest
-
This method executes the current GraphQL request as a full mutation request.
- execMutation(Object...) - Method in class com.generated.graphql.util.GraphQLRequest
-
This method executes the current GraphQL request as a full mutation request.
- execMutation(Map<String, Object>) - Method in class com.generated.graphql.util.GraphQLReactiveRequest
-
This method executes the current GraphQL request as a full mutation request.
- execMutation(Map<String, Object>) - Method in class com.generated.graphql.util.GraphQLRequest
-
This method executes the current GraphQL request as a full mutation request.
- execOne(Queries) - Method in class com.graphql_java_generator.samples.simple.client.Main
- execQuery(Object...) - Method in class com.generated.graphql.util.GraphQLReactiveRequest
-
This method executes the current GraphQL request as a full query request.
- execQuery(Object...) - Method in class com.generated.graphql.util.GraphQLRequest
-
This method executes the current GraphQL request as a full query request.
- execQuery(Map<String, Object>) - Method in class com.generated.graphql.util.GraphQLReactiveRequest
-
This method executes the current GraphQL request as a full query request.
- execQuery(Map<String, Object>) - Method in class com.generated.graphql.util.GraphQLRequest
-
This method executes the current GraphQL request as a full query request.
- execReactive(Class<R>, Map<String, Object>) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
This method executes the current GraphQL as a query or mutation GraphQL request, and return a reactive
Monothat will contain the response mapped in the relevant POJO. - execReactive(Map<String, Object>, Class<R>) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Execution of the given subscription GraphQL request, in reactive mode.
- execSubscription() - Method in class com.graphql_java_generator.samples.simple.client.graphql.SubscriptionRequests
- execSubscription(SubscriptionCallback<T>, Class<T>, Object...) - Method in class com.generated.graphql.util.GraphQLReactiveRequest
-
This method executes the current GraphQL request as a full subscription request.
- execSubscription(SubscriptionCallback<T>, Class<T>, Object...) - Method in class com.generated.graphql.util.GraphQLRequest
-
This method executes the current GraphQL request as a full subscription request.
- execSubscription(SubscriptionCallback<T>, Class<T>, Map<String, Object>) - Method in class com.generated.graphql.util.GraphQLReactiveRequest
-
This method executes the current GraphQL request as a full subscription request.
- execSubscription(SubscriptionCallback<T>, Class<T>, Map<String, Object>) - Method in class com.generated.graphql.util.GraphQLRequest
-
This method executes the current GraphQL request as a full subscription request.
- execute(AbstractGraphQLRequest, Map<String, Object>, SubscriptionCallback<T>, Class<R>, Class<T>) - Method in interface com.graphql_java_generator.client.RequestExecution
-
Deprecated.Executes the given subscription GraphQL request, and returns the relevant
WebSocketClient. - execute(AbstractGraphQLRequest, Map<String, Object>, SubscriptionCallback<T>, Class<R>, Class<T>) - Method in class com.graphql_java_generator.client.RequestExecutionSpringReactiveImpl
-
Deprecated.
- execute(AbstractGraphQLRequest, Map<String, Object>, Class<R>) - Method in interface com.graphql_java_generator.client.RequestExecution
-
Deprecated.Execution of the given query or mutation GraphQL request, and return its response mapped in the relevant POJO.
- execute(AbstractGraphQLRequest, Map<String, Object>, Class<R>) - Method in class com.graphql_java_generator.client.RequestExecutionSpringReactiveImpl
-
Deprecated.
- execWithBindValues(ObjectResponse, SubscriptionCallback<?>, Map<String, Object>) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.
- execWithBindValues(String, SubscriptionCallback<?>, Map<String, Object>) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method takes a full request definition, and executes it against the GraphQL server.
- execWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.
- Extension - Class in com.graphql_java_generator.client.response
- Extension() - Constructor for class com.graphql_java_generator.client.response.Extension
- extensions - Variable in class com.generated.graphql.util.MutationTypeRootResponse
- extensions - Variable in class com.generated.graphql.util.QueryTypeRootResponse
- extensions - Variable in class com.generated.graphql.util.SubscriptionTypeRootResponse
- extensions - Variable in class com.graphql_java_generator.client.response.Error
-
The extensions field of errors, stored as is from the incoming GraphQL response.
- extensions - Variable in class com.graphql_java_generator.client.response.JsonResponseWrapper
-
This field is described in the GraphQL specification.
F
- FIELD - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- FIELD - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- FIELD_DEFINITION - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- FIELD_DEFINITION - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- fieldName() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLNonScalar
-
The name of the field's attribute, as defined in the GraphQL schema.
- fieldName() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLScalar
-
The name of the field's attribute, as defined in the GraphQL schema.
- filter(ClientRequest, ExchangeFunction) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.OAuthTokenFilter
- Fragment - Class in com.graphql_java_generator.client.request
- Fragment(QueryTokenizer, Map<Class<?>, Map<String, Field>>, String, boolean, Class<?>, String) - Constructor for class com.graphql_java_generator.client.request.Fragment
-
Reads a Fragment definition, from the current
QueryTokenizer. - FRAGMENT_DEFINITION - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- FRAGMENT_DEFINITION - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- FRAGMENT_SPREAD - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- FRAGMENT_SPREAD - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- fromGraphQlValue(String) - Static method in enum class com.generated.graphql.__DirectiveLocation
-
Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).
- fromGraphQlValue(String) - Static method in enum class com.generated.graphql.__TypeKind
-
Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).
- fromGraphQlValue(String) - Static method in enum class com.generated.graphql.Episode
-
Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).
- FullRequest - Annotation Interface in com.graphql_java_generator.client.graphqlrepository
G
- generatesBindVariableValuesMap(Object[]) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
This method retrieves the couple of name and values given in these parameters, stores them in a map where the key is the param name, and the value is the value of the
Map. - get__schema() - Method in class com.generated.graphql.QueryType
- get__schemaGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
GraphQLRequestfor the __schema EXECUTOR, created with the given Partial request. - get__schemaGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the __schema REACTIVE_EXECUTOR, created with the given Partial request. - get__schemaResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
Builderfor the __Schema, as expected by the __schema query. - get__schemaResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
Builderfor the __Schema, as expected by the __schema query/mutation. - get__type() - Method in class com.generated.graphql.QueryType
- get__typeGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
GraphQLRequestfor the __type EXECUTOR, created with the given Partial request. - get__typeGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the __type REACTIVE_EXECUTOR, created with the given Partial request. - get__typename() - Method in class com.generated.graphql.__Directive
- get__typename() - Method in class com.generated.graphql.__EnumValue
- get__typename() - Method in class com.generated.graphql.__Field
- get__typename() - Method in class com.generated.graphql.__InputValue
- get__typename() - Method in class com.generated.graphql.__Schema
- get__typename() - Method in class com.generated.graphql.__Type
- get__typename() - Method in interface com.generated.graphql.Character
- get__typename() - Method in class com.generated.graphql.Droid
- get__typename() - Method in class com.generated.graphql.Human
- get__typename() - Method in class com.generated.graphql.MutationType
- get__typename() - Method in class com.generated.graphql.QueryType
- get__typename() - Method in class com.generated.graphql.SubscriptionType
- get__typenameGraphQLRequest(String) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
Get the
GraphQLRequestfor the __typename EXECUTOR, created with the given Partial request. - get__typenameGraphQLRequest(String) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the __typename REACTIVE_EXECUTOR, created with the given Partial request. - get__typenameGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
GraphQLRequestfor the __typename EXECUTOR, created with the given Partial request. - get__typenameGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the __typename REACTIVE_EXECUTOR, created with the given Partial request. - get__typenameResponseBuilder() - Method in class com.generated.graphql.util.MutationTypeExecutor
-
Get the
Builderfor the String, as expected by the __typename query. - get__typenameResponseBuilder() - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
Get the
Builderfor the String, as expected by the __typename query/mutation. - get__typenameResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
Builderfor the String, as expected by the __typename query. - get__typenameResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
Builderfor the String, as expected by the __typename query/mutation. - get__typeResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
Builderfor the __Type, as expected by the __type query. - get__typeResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
Builderfor the __Type, as expected by the __type query/mutation. - getAddFriend() - Method in class com.generated.graphql.MutationType
- getAddFriendGraphQLRequest(String) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
Get the
GraphQLRequestfor the addFriend EXECUTOR, created with the given Partial request. - getAddFriendGraphQLRequest(String) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the addFriend REACTIVE_EXECUTOR, created with the given Partial request. - getAddFriendResponseBuilder() - Method in class com.generated.graphql.util.MutationTypeExecutor
-
Get the
Builderfor the Character, as expected by the addFriend query. - getAddFriendResponseBuilder() - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
Get the
Builderfor the Character, as expected by the addFriend query/mutation. - getAlias() - Method in class com.graphql_java_generator.client.request.QueryField
- getAliasValue(JsonParser, Field, TreeNode) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
-
Parse a TreeNode, and return it as a value, according to the given classes
- getAliasValue(String) - Method in class com.generated.graphql.__Directive
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.__EnumValue
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.__Field
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.__InputValue
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.__Schema
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.__Type
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in interface com.generated.graphql.Character
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.Droid
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.Human
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.MutationType
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.QueryType
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAliasValue(String) - Method in class com.generated.graphql.SubscriptionType
-
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
- getAppearsIn() - Method in interface com.generated.graphql.Character
- getAppearsIn() - Method in class com.generated.graphql.Droid
- getAppearsIn() - Method in class com.generated.graphql.Human
- getAppearsInEpisode() - Method in class com.generated.graphql.Droid
- getAppearsInEpisode() - Method in class com.generated.graphql.Human
- getApplicationContext() - Static method in class com.graphql_java_generator.client.SpringContextBean
-
Retrieves the Spring Application Context.
- getArgs() - Method in class com.generated.graphql.__Directive
- getArgs() - Method in class com.generated.graphql.__Field
- getArguments() - Method in class com.graphql_java_generator.client.directive.Directive
- getAuthorizationHeaderValue() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor
-
Returns the Authorization header value, as it has been returned by the
ServerOAuth2AuthorizedClientExchangeFilterFunction, from the OAuth authorization server. - getBindParameterName() - Method in class com.graphql_java_generator.client.request.InputParameter
- getCamelCase(String) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Convert the given name, to a camel case name.
- getCharacters() - Method in class com.generated.graphql.QueryType
- getCharactersGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
GraphQLRequestfor the characters EXECUTOR, created with the given Partial request. - getCharactersGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the characters REACTIVE_EXECUTOR, created with the given Partial request. - getCharactersResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
Builderfor the Character, as expected by the characters query. - getCharactersResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
Builderfor the Character, as expected by the characters query/mutation. - getClass(String, String, String) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Retrieves a class for a given GraphQL type.
- getClassSimpleName(String) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Extract the simple name for a class (without the package name), from its full class name (with the package name)
- getClazz() - Method in class com.graphql_java_generator.client.request.QueryField
- getCreateHuman() - Method in class com.generated.graphql.MutationType
- getCreateHumanGraphQLRequest(String) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
Get the
GraphQLRequestfor the createHuman EXECUTOR, created with the given Partial request. - getCreateHumanGraphQLRequest(String) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the createHuman REACTIVE_EXECUTOR, created with the given Partial request. - getCreateHumanResponseBuilder() - Method in class com.generated.graphql.util.MutationTypeExecutor
-
Get the
Builderfor the Human, as expected by the createHuman query. - getCreateHumanResponseBuilder() - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
Get the
Builderfor the Human, as expected by the createHuman query/mutation. - getCustomScalar(String) - Method in interface com.graphql_java_generator.client.CustomScalarRegistry
-
Retrieves the registered
GraphQLScalarTypefor this GraphQL CustomScalar. - getCustomScalar(String) - Method in class com.graphql_java_generator.client.CustomScalarRegistryImpl
- getCustomScalarRegistry(String) - Static method in class com.graphql_java_generator.client.CustomScalarRegistryImpl
-
Retrieves the
CustomScalarRegistryfor the given schema. - getData() - Method in class com.generated.graphql.util.MutationTypeRootResponse
- getData() - Method in class com.generated.graphql.util.QueryTypeRootResponse
- getData() - Method in class com.generated.graphql.util.SubscriptionTypeRootResponse
- getData() - Method in exception com.graphql_java_generator.exception.GraphQLRequestExecutionException
- getData() - Method in interface com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionInterface
-
Retrieves the data part of the response: it may contain valid data, even if when the server sent errors back, for instance if multiple fields of a query or a mutation are requested
- getData() - Method in exception com.graphql_java_generator.exception.GraphQLRequestExecutionUncheckedException
- getDeclaredField(Class<?>, String, boolean) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Returns a
Fieldfrom the given class. - getDefaultValue() - Method in class com.generated.graphql.__InputValue
- getDefaultValueForGraphqlQuery() - Method in class com.graphql_java_generator.client.request.InputParameter
-
Returns the default parameter value, properly formated,for inclusion as default value in a GraphQL query.
- getDeprecationReason() - Method in class com.generated.graphql.__EnumValue
- getDeprecationReason() - Method in class com.generated.graphql.__Field
- getDeprecationReason() - Method in class com.generated.graphql.__InputValue
- getDescription() - Method in class com.generated.graphql.__Directive
- getDescription() - Method in class com.generated.graphql.__EnumValue
- getDescription() - Method in class com.generated.graphql.__Field
- getDescription() - Method in class com.generated.graphql.__InputValue
- getDescription() - Method in class com.generated.graphql.__Schema
- getDescription() - Method in class com.generated.graphql.__Type
- getDirective(String) - Method in interface com.graphql_java_generator.client.directive.DirectiveRegistry
-
Retrieves the registered
GraphQLScalarTypefor this GraphQL CustomScalar. - getDirective(String) - Method in class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
-
Retrieves the registered
GraphQLScalarTypefor this GraphQL CustomScalar. - getDirectiveDefinition() - Method in class com.graphql_java_generator.client.directive.Directive
-
Returns the definition for this GraphQL directive
- getDirectiveLocations() - Method in class com.graphql_java_generator.client.directive.Directive
- getDirectives() - Method in class com.generated.graphql.__Schema
- getDroid() - Method in class com.generated.graphql.QueryType
- getDroidGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
GraphQLRequestfor the droid EXECUTOR, created with the given Partial request. - getDroidGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the droid REACTIVE_EXECUTOR, created with the given Partial request. - getDroidResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
Builderfor the Droid, as expected by the droid query. - getDroidResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
Builderfor the Droid, as expected by the droid query/mutation. - getEnumValues() - Method in class com.generated.graphql.__Type
- getErrors() - Method in class com.generated.graphql.util.MutationTypeRootResponse
- getErrors() - Method in class com.generated.graphql.util.QueryTypeRootResponse
- getErrors() - Method in class com.generated.graphql.util.SubscriptionTypeRootResponse
- getErrors() - Method in exception com.graphql_java_generator.exception.GraphQLRequestExecutionException
- getErrors() - Method in interface com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionInterface
-
Allows to retrieve the list of error that have been received from the GraphQL server
- getErrors() - Method in exception com.graphql_java_generator.exception.GraphQLRequestExecutionUncheckedException
- getErrorType() - Method in class com.graphql_java_generator.client.response.Error
- getExtensions() - Method in class com.generated.graphql.MutationType
- getExtensions() - Method in class com.generated.graphql.QueryType
- getExtensions() - Method in class com.generated.graphql.SubscriptionType
- getExtensions() - Method in class com.generated.graphql.util.MutationTypeRootResponse
- getExtensions() - Method in class com.generated.graphql.util.QueryTypeRootResponse
- getExtensions() - Method in class com.generated.graphql.util.SubscriptionTypeRootResponse
- getExtensions() - Method in class com.graphql_java_generator.client.response.Error
- getExtensionsAsJsonNode() - Method in class com.graphql_java_generator.client.response.Error
- getExtensionsAsMap() - Method in class com.generated.graphql.MutationType
-
Returns the extensions as a map.
- getExtensionsAsMap() - Method in class com.generated.graphql.QueryType
-
Returns the extensions as a map.
- getExtensionsAsMap() - Method in class com.generated.graphql.SubscriptionType
-
Returns the extensions as a map.
- getExtensionsAsMapOfJsonNode() - Method in class com.graphql_java_generator.client.response.Error
-
Returns the extensions as a map.
- getExtensionsAsMapStringString() - Method in class com.graphql_java_generator.client.response.Error
-
Returns the extensions as a map.
- getExtensionsField(String, Class<T>) - Method in class com.generated.graphql.MutationType
-
Parse the value for the given _key_, as found in the extensions field of the GraphQL server's response, into the given _t_ class.
- getExtensionsField(String, Class<T>) - Method in class com.generated.graphql.QueryType
-
Parse the value for the given _key_, as found in the extensions field of the GraphQL server's response, into the given _t_ class.
- getExtensionsField(String, Class<T>) - Method in class com.generated.graphql.SubscriptionType
-
Parse the value for the given _key_, as found in the extensions field of the GraphQL server's response, into the given _t_ class.
- getExtensionsField(String, Class<T>) - Method in class com.graphql_java_generator.client.response.Error
-
Parse the value for the given _key_, as found in the extensions field of the GraphQL server's response, into the given _t_ class.
- getFields() - Method in class com.generated.graphql.__Type
- getFields() - Method in class com.graphql_java_generator.client.request.QueryField
- getFieldType(Class<?>, String, boolean) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Retrieves the class of the fieldName field of the owningClass class.
- getFragments() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
- getFriends() - Method in interface com.generated.graphql.Character
- getFriends() - Method in class com.generated.graphql.Droid
- getFriends() - Method in class com.generated.graphql.Human
- getFriendsCharacter() - Method in class com.generated.graphql.Droid
- getFriendsCharacter() - Method in class com.generated.graphql.Human
- getGetter(Class<?>, Field) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Retrieves the getter for the given field on the given field
- getGraphQLClassesPackageName() - Method in class com.generated.graphql.util.GraphQLReactiveRequest
-
This method returns the package name, where the GraphQL generated classes are.
- getGraphQLClassesPackageName() - Method in class com.generated.graphql.util.GraphQLRequest
-
This method returns the package name, where the GraphQL generated classes are.
- getGraphQLClassesPackageName() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
This method returns the package name, where the GraphQL generated classes are.
- getGraphQlClient(String, RequestType) - Static method in class com.graphql_java_generator.client.SpringContextBean
-
Retrieves the
GraphQlClientSpring bean, associated with the given GraphQL suffix. - getGraphQLCustomScalarType(AccessibleObject, String) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
This method retrieves the
GraphQLScalarTypefor a custom scalar field or method. - getGraphQLCustomScalarType(String) - Method in interface com.graphql_java_generator.client.CustomScalarRegistry
-
Retrieves the registered
GraphQLScalarTypefor this GraphQL CustomScalar. - getGraphQLCustomScalarType(String) - Method in class com.graphql_java_generator.client.CustomScalarRegistryImpl
- getGraphQLObjectMapper() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
This method creates and configures a Jackson
ObjectMapperthat is ready to parse the response for this GraphQL. - getGraphQLRequest() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Retrieve the request String that has been provided to create this instance
- getGraphQLRequest(String) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
Get the
GraphQLRequestfor full request. - getGraphQLRequest(String) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor full request. - getGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
GraphQLRequestfor full request. - getGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor full request. - getGraphQLRequest(String) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
Get the
GraphQLRequest, to obtain a prepared full request. - getGraphQLRequest(String) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
Get the
GraphQLRequestfor full request. - getGraphQLRequestExecutionException() - Method in exception com.graphql_java_generator.exception.GraphQLRequestExecutionUncheckedException
-
Retrieve the checked exception that is the source of this exception
- getGraphQLScalarType() - Method in class com.graphql_java_generator.client.request.InputParameter
- getGraphQLScalarType() - Method in class com.graphql_java_generator.customscalars.CustomScalar
- getGraphQLScalarTypeFromName(String, String) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Returns the GraphQL scalar type for the given Standard or Custom Scalar name, as defined in the GraphQL schema.
- getGraphQLType(AccessibleObject) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Returns the Class indicated as the value for the graphqlType attribute of the GraphQLScalar or GraphQLNonScalar annotation
- getGraphQLTypeMapping(String) - Static method in class com.graphql_java_generator.client.GraphQLTypeMappingRegistry
-
Retrieves the GraphQLTypeMapping instance for the given schema
- getGraphQLTypeName() - Method in class com.graphql_java_generator.client.request.InputParameter
- getGraphQLTypeName() - Method in class com.graphql_java_generator.customscalars.CustomScalar
- getGraphQLTypeNameFromClass(Class<?>) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Retrieves the GraphQL type name (as defined in the GraphQL schema), from the GraphQL annotation added in the generated code by the plugin.
- getHero() - Method in class com.generated.graphql.QueryType
- getHeroGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
GraphQLRequestfor the hero EXECUTOR, created with the given Partial request. - getHeroGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the hero REACTIVE_EXECUTOR, created with the given Partial request. - getHeroResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
Builderfor the Character, as expected by the hero query. - getHeroResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
Builderfor the Character, as expected by the hero query/mutation. - getHomePlanet() - Method in class com.generated.graphql.Human
- getHuman() - Method in class com.generated.graphql.QueryType
- getHumanGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
GraphQLRequestfor the human EXECUTOR, created with the given Partial request. - getHumanGraphQLRequest(String) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
GraphQLReactiveRequestfor the human REACTIVE_EXECUTOR, created with the given Partial request. - getHumanResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
Builderfor the Human, as expected by the human query. - getHumanResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
Builderfor the Human, as expected by the human query/mutation. - getId() - Method in interface com.generated.graphql.Character
- getId() - Method in class com.generated.graphql.Droid
- getId() - Method in class com.generated.graphql.Human
- getInputFields() - Method in class com.generated.graphql.__Type
- getInterfaces() - Method in class com.generated.graphql.__Type
- getIsDeprecated() - Method in class com.generated.graphql.__EnumValue
- getIsDeprecated() - Method in class com.generated.graphql.__Field
- getIsDeprecated() - Method in class com.generated.graphql.__InputValue
- getIsOneOf() - Method in class com.generated.graphql.__Type
- getIsRepeatable() - Method in class com.generated.graphql.__Directive
- getJavaClass(String) - Method in class com.generated.graphql.util.GraphQLTypeMappingImpl
- getJavaClass(String) - Method in interface com.graphql_java_generator.client.GraphQLTypeMapping
-
Retrieves the Java class that maps to the given GraphQL type name
- getJavaClass(String, String) - Static method in class com.graphql_java_generator.client.GraphQLTypeMappingRegistry
-
Retrieves the Java class that maps to the given GraphQL type name, for the given schema
- getJavaName(String) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Returns a valid java identifier for the given name.
- getKind() - Method in class com.generated.graphql.__Type
- getLastModified(File, boolean) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Returns the maximum or minimum value for the lastModified of the given file, or of all the files (not folders) contained into this folder.
- getListDepth() - Method in class com.graphql_java_generator.client.request.InputParameter
- getLocations() - Method in class com.generated.graphql.__Directive
- getLocations() - Method in class com.graphql_java_generator.client.response.Error
- getMessage() - Method in class com.graphql_java_generator.client.response.Error
- getMethod(String, Class<?>, Class<?>...) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Retrieves the asked method, from its name, class and parameters.
- getMutation() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
- getMutationContext() - Method in class com.generated.graphql.util.GraphQLReactiveRequest
- getMutationContext() - Method in class com.generated.graphql.util.GraphQLRequest
- getMutationContext() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Retrieved the
QueryFieldfor the mutation (that is the mutation type coming from the GraphQL schema) from the concrete class. - getMutationType() - Method in class com.generated.graphql.__Schema
- getName() - Method in class com.generated.graphql.__Directive
- getName() - Method in class com.generated.graphql.__EnumValue
- getName() - Method in class com.generated.graphql.__Field
- getName() - Method in class com.generated.graphql.__InputValue
- getName() - Method in class com.generated.graphql.__Type
- getName() - Method in interface com.generated.graphql.Character
- getName() - Method in class com.generated.graphql.Droid
- getName() - Method in class com.generated.graphql.Human
- getName() - Method in class com.graphql_java_generator.client.directive.Directive
- getName() - Method in class com.graphql_java_generator.client.request.Fragment
- getName() - Method in class com.graphql_java_generator.client.request.InputParameter
- getName() - Method in class com.graphql_java_generator.client.request.QueryField
- getNewCharacter() - Method in class com.generated.graphql.SubscriptionType
- getNewCharacterGraphQLRequest(String) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
Get the
GraphQLRequestfor the newCharacter EXECUTOR, created with the given Partial request. - getNewCharacterGraphQLRequest(String) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
Get the
GraphQLRequestfor the newCharacter REACTIVE_EXECUTOR, created with the given Partial request. - getNewCharacterResponseBuilder() - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
Get the
Builderfor the Character, as expected by the newCharacter subscription. - getNewCharacterResponseBuilder() - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
Get the
Builderfor the Character, as expected by the newCharacter subscription. - GetOAuthTokenClientResponse(String) - Constructor for class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- getOfType() - Method in class com.generated.graphql.__Type
- getOperationName() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest.Payload
- getOwningClazz() - Method in class com.graphql_java_generator.client.request.QueryField
- getPackageName() - Method in class com.graphql_java_generator.client.directive.Directive
-
Returns the package name where the code for this directive has been generated.
- getPackageName(String) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Extract the package name for a class, from its full class name (with the package name)
- getPascalCase(String) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Convert the given name, which is supposed to be in camel case (for instance: thisIsCamelCase) to a pascal case string (for instance: ThisIsCamelCase).
- getPayload(Map<String, Object>) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Returns the payload for this request.
- getPossibleTypes() - Method in class com.generated.graphql.__Type
- getPrimaryFunction() - Method in class com.generated.graphql.Droid
- getQuery() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
- getQuery() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest.Payload
- getQueryContext() - Method in class com.generated.graphql.util.GraphQLReactiveRequest
- getQueryContext() - Method in class com.generated.graphql.util.GraphQLRequest
- getQueryContext() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Retrieved the
QueryFieldfor the query (that is the query type coming from the GraphQL schema) from the concrete class. - getQueryType() - Method in class com.generated.graphql.__Schema
- getQuotedScanBasePackages(String) - Method in class com.graphql_java_generator.util.GraphqlUtils
- getQuotedString(String) - Method in class com.graphql_java_generator.client.request.InputParameter
-
Escape a string in accordance with the rules defined for JSON strings so that it can be included in a GraphQL payload.
- getRequestName() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
- getRequestType() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
- getResponse() - Method in exception com.graphql_java_generator.exception.GraphQLRequestExecutionException
- getResponse() - Method in interface com.graphql_java_generator.exception.GraphQLRequestExecutionExceptionInterface
-
Get the full server response, for further investigation.
- getResponse() - Method in exception com.graphql_java_generator.exception.GraphQLRequestExecutionUncheckedException
- getResponseBuilder() - Method in class com.generated.graphql.util.MutationTypeExecutor
-
Get the
Builderfor a full request, as expected by the exec and execWithBindValues methods. - getResponseBuilder() - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
Get the
Builderfor a full request, as expected by the exec and execWithBindValues methods. - getResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeExecutor
-
Get the
Builderfor a full request, as expected by the exec and execWithBindValues methods. - getResponseBuilder() - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
Get the
Builderfor a full request, as expected by the exec and execWithBindValues methods. - getResponseBuilder() - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
Get the
Builderfor a full request, as expected by the exec and execWithBindValues methods. - getResponseBuilder() - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
Get the
Builderfor a full request, as expected by the exec and execWithBindValues methods. - getRuntimeVersion() - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Returns the version of the runtime, that is used to check that the runtime's version is the same as the Maven or Gradle plugin's version.
- getSchemaName() - Method in class com.generated.graphql.util.GraphQLTypeMappingImpl
- getSchemaName() - Method in interface com.graphql_java_generator.client.GraphQLTypeMapping
-
Retrieves the name of the schema for which this GraphQLTypeMapping applies
- getSetter(Class<?>, String) - Method in class com.graphql_java_generator.util.GraphqlUtils
- getSetter(Class<T>, Field) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Retrieves the setter for the given field on the given field
- getSpecifiedByURL() - Method in class com.generated.graphql.__Type
- getStringContentForAListValue(boolean, Object, int, GraphQLScalarType, boolean) - Method in class com.graphql_java_generator.client.request.InputParameter
-
This method returns the JSON string that represents the given list, according to GraphQL standard.
- getStringContentForAnInputTypeValue(boolean, Object, int, boolean) - Method in class com.graphql_java_generator.client.request.InputParameter
-
This method returns the JSON string that represents the given object, according to GraphQL standard.
- getStringContentForGraphqlQuery(boolean, Object, int, GraphQLScalarType, boolean) - Method in class com.graphql_java_generator.client.request.InputParameter
-
This method is used both by
#getValueForGraphqlQuery()and#getListValue(List)to extract a value as a string. - getStringContentForGraphqlQuery(boolean, Map<String, Object>) - Method in class com.graphql_java_generator.client.request.InputParameter
-
Returns the parameter, as it should be written in the GraphQL query.
- getSubscription() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
- getSubscriptionClass() - Method in class com.generated.graphql.util.GraphQLReactiveRequest
- getSubscriptionClass() - Method in class com.generated.graphql.util.GraphQLRequest
- getSubscriptionClass() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Returns the subscription class for this schema
- getSubscriptionContext() - Method in class com.generated.graphql.util.GraphQLReactiveRequest
- getSubscriptionContext() - Method in class com.generated.graphql.util.GraphQLRequest
- getSubscriptionContext() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
Retrieved the
QueryFieldfor the subscription (that is the subscription type coming from the GraphQL schema) from the concrete class. - getSubscriptionType() - Method in class com.generated.graphql.__Schema
- getType() - Method in class com.generated.graphql.__Field
- getType() - Method in class com.generated.graphql.__InputValue
- getType() - Method in class com.graphql_java_generator.client.request.InputParameter
- getTypeName() - Method in class com.graphql_java_generator.client.request.Fragment
- getTypes() - Method in class com.generated.graphql.__Schema
- getValueAsString(Value<?>) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Returns the given value, as string, as it can be written into the
GraphQLDirective.parameterValues()of theGraphQLDirectivejava annotation.
A str string default value will be returned as "str",a JEDI enum value will be returned as "JEDI", an object will be returned as "{name:\"specific name\",appearsIn:[NEWHOPE,EMPIRE],type:\"Human\"}"... - getValueAsText(Value<?>) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Returns the given value, as text, as it can be written into a generated GraphQL schema.
A str string default value will be returned as "str",a JEDI enum value will be returned as JEDI, ... - getValueClazz() - Method in class com.graphql_java_generator.customscalars.CustomScalar
- getValueForGraphqlQuery(Map<String, Object>) - Method in class com.graphql_java_generator.client.request.InputParameter
-
Returns the parameter value, as-is, without any escape character
- getVariables() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest.Payload
- GRAPHQL_MARKER - Static variable in interface com.graphql_java_generator.client.RequestExecution
-
Deprecated.
- GRAPHQL_MUTATION_MARKER - Static variable in interface com.graphql_java_generator.client.RequestExecution
-
Deprecated.
- GRAPHQL_QUERY_MARKER - Static variable in interface com.graphql_java_generator.client.RequestExecution
-
Deprecated.
- GRAPHQL_SUBSCRIPTION_MARKER - Static variable in interface com.graphql_java_generator.client.RequestExecution
-
Deprecated.
- GRAPHQL_VARIABLE - Enum constant in enum class com.graphql_java_generator.client.request.InputParameter.InputParameterType
-
A GraphQL variable, marked by a '$', that will be transmitted to the server in the variables json attribute of the request
- GraphQLBase64String - Static variable in class com.graphql_java_generator.customscalars.GraphQLScalarTypeBase64String
- graphqlClientUtils - Static variable in class com.graphql_java_generator.client.GraphqlClientUtils
-
This singleton is usable in default method, within interfaces
- GraphqlClientUtils - Class in com.graphql_java_generator.client
- GraphqlClientUtils() - Constructor for class com.graphql_java_generator.client.GraphqlClientUtils
- GraphQLDeprecatedResponseForRequestObject - Annotation Interface in com.graphql_java_generator.annotation
- GraphQLDeserializationProblemHandler() - Constructor for class com.graphql_java_generator.client.GraphQLObjectMapper.GraphQLDeserializationProblemHandler
- GraphQLDirective - Annotation Interface in com.graphql_java_generator.annotation
-
This annotation contains the information for a directive that was applied to a GraphQL item in the GraphQL schema used to generate the code.
- GraphQLDirectives - Annotation Interface in com.graphql_java_generator.annotation
-
List of all directives that apply to this GraphQL type, field or parameter
- GraphQLEnumType - Annotation Interface in com.graphql_java_generator.annotation
- GraphQLIgnore - Annotation Interface in com.graphql_java_generator.annotation
-
This annotation marks the type, field or method as a non GraphQL one.
- GraphQLInputParameters - Annotation Interface in com.graphql_java_generator.annotation
-
This class indicates that this field has at least one input parameter.
- GraphQLInputType - Annotation Interface in com.graphql_java_generator.annotation
-
This annotation marks all generated classes that are generated to match a GraphQL input type, as defined in the GraphQL schema.
- GraphQLInterfaceType - Annotation Interface in com.graphql_java_generator.annotation
- GraphQLMutationExecutor - Interface in com.graphql_java_generator.client
-
This interface marks a class as being the non reactive executor for a GraphQL mutation.
- GraphQLMutationReactiveExecutor - Interface in com.graphql_java_generator.client
-
This interface marks a class as being the reactive executor for a GraphQL mutation.
- GraphQLNonScalar - Annotation Interface in com.graphql_java_generator.annotation
-
This annotation marks all fields in the generated classes, that are non scalar.
- GraphQLObjectMapper - Class in com.graphql_java_generator.client
-
This class is a wrapper around an
ObjectMapper. - GraphQLObjectMapper(String, Map<Class<?>, Map<String, Field>>, String) - Constructor for class com.graphql_java_generator.client.GraphQLObjectMapper
-
Standard creator for the GraphQL
ObjectMapper - GraphQLObjectMapper.GraphQLDeserializationProblemHandler - Class in com.graphql_java_generator.client
-
This class handles various deserialization problems.
- GraphQLObjectType - Annotation Interface in com.graphql_java_generator.annotation
- GraphQLPluginAutoConfiguration - Class in com.generated.graphql_spring_autoconfiguration
-
This Spring
AutoConfigurationclass defines the default Spring Beans for this GraphQL schema. - GraphQLPluginAutoConfiguration() - Constructor for class com.generated.graphql_spring_autoconfiguration.GraphQLPluginAutoConfiguration
- GraphQLQuery - Annotation Interface in com.graphql_java_generator.annotation
-
This annotation marks all generated classes that are queries/mutations/subscription, as defined in the GraphQL schema.
- GraphQLQueryExecutor - Interface in com.graphql_java_generator.client
-
This interface marks a class as being the non reactive executor for a GraphQL query.
- GraphQLQueryReactiveExecutor - Interface in com.graphql_java_generator.client
-
This interface marks a class as being the reactive executor for a GraphQL query.
- GraphQLReactiveRepository - Annotation Interface in com.graphql_java_generator.client.graphqlrepository
- GraphQLReactiveRepositoryProxyBeansRegistrar - Class in com.graphql_java_generator.client.graphqlrepository
-
Implementation of
ImportBeanDefinitionRegistrar, that scans the given package forGraphQLRepositoryannotated interfaces, and register dynamic proxies as beans. - GraphQLReactiveRepositoryProxyBeansRegistrar() - Constructor for class com.graphql_java_generator.client.graphqlrepository.GraphQLReactiveRepositoryProxyBeansRegistrar
- GraphQLReactiveRequest - Class in com.generated.graphql.util
- GraphQLReactiveRequest(String) - Constructor for class com.generated.graphql.util.GraphQLReactiveRequest
-
Creates the GraphQL request, in reactive mode, for a full request.
- GraphQLReactiveRequest(GraphQlClient, String, RequestType, String, InputParameter...) - Constructor for class com.generated.graphql.util.GraphQLReactiveRequest
-
Create the instance for the given GraphQL request, in reactive mode, for a partial request or a full request.
Important note: this constructor SHOULD NOT be used only by the code generated by the plugin, not by external applications. - GraphQLRepository - Annotation Interface in com.graphql_java_generator.client.graphqlrepository
- GraphQLRepositoryInvocationHandler<T> - Class in com.graphql_java_generator.client.graphqlrepository
-
This class is responsible to execute the method call to
GraphQLRepository. - GraphQLRepositoryInvocationHandler(Class<T>, ApplicationContext) - Constructor for class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryInvocationHandler
-
Builds the instance from the given Spring
ApplicationContext: it extracts the query, mutation and subscription executors that have been generated from the GraphQL schema. - GraphQLRepositoryProxyBeanFactory - Class in com.graphql_java_generator.client.graphqlrepository
-
The
GraphQLRepositoryInvocationHandlers are created for each interface marked by theGraphQLRepositoryannotation by theGraphQLRepositoryProxyBeansRegistrarSpring configuration class. - GraphQLRepositoryProxyBeanFactory() - Constructor for class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeanFactory
- GraphQLRepositoryProxyBeansRegistrar - Class in com.graphql_java_generator.client.graphqlrepository
-
Implementation of
ImportBeanDefinitionRegistrar, that scans the given package forGraphQLRepositoryannotated interfaces, and register dynamic proxies as beans. - GraphQLRepositoryProxyBeansRegistrar() - Constructor for class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeansRegistrar
- GraphQLRequest - Class in com.generated.graphql.util
- GraphQLRequest(String) - Constructor for class com.generated.graphql.util.GraphQLRequest
-
Creates the GraphQL request, for a full request.
- GraphQLRequest(GraphQlClient, String, RequestType, String, InputParameter...) - Constructor for class com.generated.graphql.util.GraphQLRequest
-
Create the instance for the given GraphQL request, for a partial request or a full request.
Important note: this constructor SHOULD NOT be used only by the code generated by the plugin, not by external applications. - GraphQLRequestExecutionException - Exception in com.graphql_java_generator.exception
-
Thrown when an error occurs during the request execution.
- GraphQLRequestExecutionException(String) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestExecutionException
- GraphQLRequestExecutionException(String, Throwable) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestExecutionException
- GraphQLRequestExecutionException(List<ResponseError>, Object, ClientGraphQlResponse) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestExecutionException
-
Generates a new instance, from a non empty and non null list of
GraphQLError - GraphQLRequestExecutionExceptionInterface - Interface in com.graphql_java_generator.exception
- GraphQLRequestExecutionUncheckedException - Exception in com.graphql_java_generator.exception
-
This class is the unchecked exception version of the
GraphQLRequestExecutionException. - GraphQLRequestExecutionUncheckedException(GraphQLRequestExecutionException) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestExecutionUncheckedException
- GraphQLRequestObject - Interface in com.graphql_java_generator.client
-
This interface marks a class as being the implementation for the GraphQL type defined in the GraphQL schema, that is a query, a mutation or a subscription.
- GraphQLRequestPreparationException - Exception in com.graphql_java_generator.exception
-
Thrown when an error occurs during the request preparation.
- GraphQLRequestPreparationException(String) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestPreparationException
- GraphQLRequestPreparationException(String, Throwable) - Constructor for exception com.graphql_java_generator.exception.GraphQLRequestPreparationException
- GraphQLScalar - Annotation Interface in com.graphql_java_generator.annotation
-
This annotation marks all fields in the generated classes, that are standard GraphQL scalar.
- GraphQLScalarTypeBase64String - Class in com.graphql_java_generator.customscalars
- GraphQLScalarTypeBase64String() - Constructor for class com.graphql_java_generator.customscalars.GraphQLScalarTypeBase64String
- GraphQLScalarTypeDate - Class in com.graphql_java_generator.customscalars
-
A proposed Date scalar, that stores dates in String, formatted as: YYYY-MM-DD
This Scalar is proposed to be used, for integration testing (checks that the plugin correctly manages Custom Scalars, see samples) and with more documentation to help people to create their own Custom Scalar implementations. - GraphQLScalarTypeDate() - Constructor for class com.graphql_java_generator.customscalars.GraphQLScalarTypeDate
- GraphQLScalarTypeDateTime - Class in com.graphql_java_generator.customscalars
-
A proposed DateTime scalar, that stores dates in String, formatted as: 2019-07-03T20:47:55Z
This Scalar is proposed to be used, for integration testing (checks that the plugin correctly manages Custom Scalars, see samples) and with more documentation to help people to create their own Custom Scalar implementations. - GraphQLScalarTypeDateTime() - Constructor for class com.graphql_java_generator.customscalars.GraphQLScalarTypeDateTime
- GraphQLScalarTypeIDClient - Class in com.graphql_java_generator.customscalars
-
ID are managed as String, on client side.
- GraphQLScalarTypeIDClient() - Constructor for class com.graphql_java_generator.customscalars.GraphQLScalarTypeIDClient
- GraphQLScalarTypeIDServer - Class in com.graphql_java_generator.customscalars
-
ID are managed as UUID, on server side.
- GraphQLScalarTypeIDServer() - Constructor for class com.graphql_java_generator.customscalars.GraphQLScalarTypeIDServer
- GraphQLScalarTypeString - Class in com.graphql_java_generator.customscalars
-
Useless String scalar.
It's used both as a sample, to be completed by a developper, according to his/her needs, and for the use in some tests of the plugin logic (like in the Shopify sample, to handle (badly) various scalar as based on strings).
It's actually a bad management, as this custom scalars does nothing, but read basic strings. - GraphQLScalarTypeString() - Constructor for class com.graphql_java_generator.customscalars.GraphQLScalarTypeString
- GraphQLSubscriptionExecutor - Interface in com.graphql_java_generator.client
-
This interface marks a class as being the (non reactive) executor for a GraphQL subscription.
- GraphQLSubscriptionReactiveExecutor - Interface in com.graphql_java_generator.client
-
This interface marks a class as being the reactive executor for a GraphQL subscription.
- GraphQLTypeMapping - Interface in com.graphql_java_generator.client
-
The classes that implement this interface provide the mapping between GraphQL types and Java classes.
- GraphQLTypeMappingImpl - Class in com.generated.graphql.util
- GraphQLTypeMappingImpl(String) - Constructor for class com.generated.graphql.util.GraphQLTypeMappingImpl
- GraphQLTypeMappingRegistry - Class in com.graphql_java_generator.client
-
This class is a registry of the GraphQLTypeMapping classes that have been generated at runtime.
- GraphQLTypeMappingRegistry() - Constructor for class com.graphql_java_generator.client.GraphQLTypeMappingRegistry
- graphQLTypeSimpleName() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLNonScalar
-
The name of the Scalar type, as defined in the GraphQL schema, without indication of list or mandatory.
- graphQLTypeSimpleName() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLScalar
-
The name of the Scalar type, as defined in the GraphQL schema, without indication of list or mandatory.
- GraphQLUnionType - Annotation Interface in com.graphql_java_generator.annotation
- graphqlUtils - Static variable in class com.graphql_java_generator.util.GraphqlUtils
-
This singleton is usable in default method, within interfaces
- GraphqlUtils - Class in com.graphql_java_generator.util
- GraphqlUtils() - Constructor for class com.graphql_java_generator.util.GraphqlUtils
- graphQlValue() - Method in enum class com.generated.graphql.__DirectiveLocation
-
Returns the value of this constant, as specified in the GraphQL schema.
- graphQlValue() - Method in enum class com.generated.graphql.__TypeKind
-
Returns the value of this constant, as specified in the GraphQL schema.
- graphQlValue() - Method in enum class com.generated.graphql.Episode
-
Returns the value of this constant, as specified in the GraphQL schema.
- GraphQLWiring - Class in com.generated.graphql.util
-
Thanks to spring-graphql, the POJO classes are auto-magically discovered and mapped.
- GraphQLWiring() - Constructor for class com.generated.graphql.util.GraphQLWiring
H
- handleUnknownProperty(DeserializationContext, JsonParser, JsonDeserializer<?>, Object, String) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper.GraphQLDeserializationProblemHandler
- HARD_CODED - Enum constant in enum class com.graphql_java_generator.client.request.InputParameter.InputParameterType
-
For
InputParameterwhich value is given in the request being parsed - hasMoreTokens() - Method in class com.graphql_java_generator.client.request.QueryTokenizer
-
Indicates if there are next non empty tokens in the list.
- hasMoreTokens(boolean) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
-
Indicates if there are next non empty tokens in the list.
- headers() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- hero(ObjectResponse, Episode, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- hero(ObjectResponse, Episode, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- hero(String, Episode, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the hero query against the GraphQL server.
- hero(String, Episode, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- heroFriendsFriendsFriends(Episode) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- heroFriendsFriendsFriends(Episode) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- heroFriendsFriendsFriends(Episode) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- heroFull() - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- heroFull() - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- heroFull() - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- heroPartial(Episode) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- heroPartial(Episode) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- heroPartial(Episode) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- heroWithBindValues(ObjectResponse, Episode, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- heroWithBindValues(ObjectResponse, Episode, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- heroWithBindValues(String, Episode, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the hero query against the GraphQL server.
- heroWithBindValues(String, Episode, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- human(ObjectResponse, String, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- human(ObjectResponse, String, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- human(String, String, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the human query against the GraphQL server.
- human(String, String, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- Human - Class in com.generated.graphql
- Human() - Constructor for class com.generated.graphql.Human
- Human.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- humanFriendsFriendsFriends(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- humanFriendsFriendsFriends(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- humanFriendsFriendsFriends(String) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- humanFull(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- humanFull(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- humanFull(String) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- humanPartial(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- humanPartial(String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- humanPartial(String) - Method in interface com.graphql_java_generator.samples.simple.client.Queries
- humanWithBindValues(ObjectResponse, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- humanWithBindValues(ObjectResponse, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- humanWithBindValues(String, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the human query against the GraphQL server.
- humanWithBindValues(String, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
I
- ID - Static variable in class com.graphql_java_generator.customscalars.GraphQLScalarTypeIDClient
-
UUID are managed as String, on client side.
- ID - Static variable in class com.graphql_java_generator.customscalars.GraphQLScalarTypeIDServer
-
UUID are managed as String, on client side.
- init() - Method in class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
-
This method is executed, once all dependencies have been loaded.
- initCustomScalarRegistry() - Static method in class com.generated.graphql.util.CustomScalarRegistryInitializer
-
Initialization of the
CustomScalarRegistrywith all known custom scalars, that is with all custom scalars defined in the project pom - initDirectiveRegistry() - Static method in class com.generated.graphql.util.DirectiveRegistryInitializer
-
Initialization of the
DirectiveRegistrywith all known custom scalars, that is with all custom scalars defined in the project pom - initGraphQLTypeMappingRegistry() - Static method in class com.generated.graphql.util.GraphQLTypeMappingImpl
- INLINE_FRAGMENT - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- INLINE_FRAGMENT - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- INPUT_FIELD_DEFINITION - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- INPUT_FIELD_DEFINITION - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- INPUT_OBJECT - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- INPUT_OBJECT - Enum constant in enum class com.generated.graphql.__TypeKind
- INPUT_OBJECT - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- InputParameter - Class in com.graphql_java_generator.client.request
-
Contains an input parameter, to be sent to a query (mutation...).
- InputParameter(String, String, String, Object, InputParameter.InputParameterType, Directive, Class<?>, String) - Constructor for class com.graphql_java_generator.client.request.InputParameter
-
The constructor is private.
- InputParameter(String, String, String, Object, InputParameter.InputParameterType, String, boolean, int, boolean) - Constructor for class com.graphql_java_generator.client.request.InputParameter
-
The constructor is private.
- InputParameter.InputParameterType - Enum Class in com.graphql_java_generator.client.request
-
Indicates the kind of parameter
- INTERFACE - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- INTERFACE - Enum constant in enum class com.generated.graphql.__TypeKind
- INTERFACE - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- invoke(Object, Method, Object[]) - Method in class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryInvocationHandler
-
Invocation of the
InvocationHandler. - invokeGetter(Object, String) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Invoke the getter for the given field name, on the given object.
- invokeMethod(Method, Object, Object...) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Invoke the given setter on the given object, with the given value.
- invokeMethod(String, Object, Object...) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Calls the 'methodName' method on the given object.
- invokeSetter(Object, Field, Object) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Invoke the setter for the given field, on the given object.
- invokeSetter(Object, String, Object) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Invoke the setter for the
Fieldof the given name, on the given object. - invokeStaticMethod(String, Class<?>) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Calls the 'methodName' method on the given class.
- isCandidateComponent(AnnotatedBeanDefinition) - Method in class com.graphql_java_generator.client.graphqlrepository.ClassPathScanner
- isCustomScalarRegistryInitialized(String) - Static method in class com.graphql_java_generator.client.CustomScalarRegistryImpl
-
Indicates whether the
CustomScalarRegistryfor the given schema has been initialized. - isGraphQLTypeMappingRegistered(String) - Static method in class com.graphql_java_generator.client.GraphQLTypeMappingRegistry
-
Indicates whether a GraphQLTypeMapping instance has been registered for the given schema
- isItemMandatory() - Method in class com.graphql_java_generator.client.request.InputParameter
- isJavaReservedWords(String) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Returns true if name is a reserved java keyword
- isMandatory() - Method in class com.graphql_java_generator.client.request.InputParameter
- isQueryLevel() - Method in class com.graphql_java_generator.client.request.QueryField
-
Indicates whether this field is a query/mutation/subscription or not
- isScalar() - Method in class com.graphql_java_generator.client.request.QueryField
-
Indicates whether this field is a scalar or not.
- isScalar(AccessibleObject) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
-
Indicates whether the given class is a scalar or not
- itemsMandatory() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLInputParameters
-
Contains for each input parameters named in
GraphQLInputParameters.names(), true if this parameter is a list and its items are mandatory (according to GraphQL list's specification), and false otherwise. - iterableConcreteClassToListInterface(Iterable<? extends I>) - Method in class com.graphql_java_generator.util.GraphqlUtils
- iterableToList(Iterable<I>) - Method in class com.graphql_java_generator.util.GraphqlUtils
J
- JAVA_KEYWORD_PREFIX - Static variable in class com.graphql_java_generator.util.GraphqlUtils
- javaClass() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLNonScalar
-
Contains the java data type that is has used to store the data, on both the client and the server side.
- javaClass() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLScalar
-
Contains the java data type that is has used to store the data, on both the client and the server side.
- JEDI - Enum constant in enum class com.generated.graphql.Episode
- JsonResponseWrapper - Class in com.graphql_java_generator.client.response
- JsonResponseWrapper() - Constructor for class com.graphql_java_generator.client.response.JsonResponseWrapper
L
- line - Variable in class com.graphql_java_generator.client.response.Location
- LIST - Enum constant in enum class com.generated.graphql.__TypeKind
- List__Directive() - Constructor for class com.generated.graphql.util.CustomJacksonDeserializers.List__Directive
- List__DirectiveLocation() - Constructor for class com.generated.graphql.util.CustomJacksonDeserializers.List__DirectiveLocation
- List__EnumValue() - Constructor for class com.generated.graphql.util.CustomJacksonDeserializers.List__EnumValue
- List__Field() - Constructor for class com.generated.graphql.util.CustomJacksonDeserializers.List__Field
- List__InputValue() - Constructor for class com.generated.graphql.util.CustomJacksonDeserializers.List__InputValue
- List__Type() - Constructor for class com.generated.graphql.util.CustomJacksonDeserializers.List__Type
- ListCharacter() - Constructor for class com.generated.graphql.util.CustomJacksonDeserializers.ListCharacter
- listDepth() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLNonScalar
-
The list depth for this field.
- listDepth() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLScalar
-
The list depth for this field.
- listDepths() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLInputParameters
-
Contains for each input parameters named in
GraphQLInputParameters.names(), 0 if this parameter is not a list, and a positive number if this input parameter is a list (2, for instance for [[Int]]). - ListEpisode() - Constructor for class com.generated.graphql.util.CustomJacksonDeserializers.ListEpisode
- Location - Class in com.graphql_java_generator.client.response
- Location() - Constructor for class com.graphql_java_generator.client.response.Location
- locations - Variable in class com.graphql_java_generator.client.response.Error
- logExecution(RequestType, String, Map<String, Object>) - Static method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
- logger - Variable in class com.generated.graphql.util.GraphQLWiring
-
The logger for this instance
- logger - Static variable in class com.graphql_java_generator.samples.simple.client.graphql.NewCharacterSubscriptionCallback
-
The logger for this class
- logPrefix() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
M
- main(String[]) - Static method in class com.graphql_java_generator.samples.simple.client.Main
- Main - Class in com.graphql_java_generator.samples.simple.client
-
The main class, which executes the same queries, built by three different methods.
- Main() - Constructor for class com.graphql_java_generator.samples.simple.client.Main
- mandatories() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLInputParameters
-
Contains for each input parameters named in
GraphQLInputParameters.names(), true if this parameter is mandatory, and false otherwise. - MANDATORY - Enum constant in enum class com.graphql_java_generator.client.request.InputParameter.InputParameterType
-
A mandatory
InputParameter, that is one which declaration starts with a '&' - MEANINGFUL_DELIMITERS - Static variable in class com.graphql_java_generator.client.request.QueryTokenizer
- message - Variable in class com.graphql_java_generator.client.response.Error
- mutation - Enum constant in enum class com.graphql_java_generator.annotation.RequestType
- MUTATION - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- MUTATION - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- MutationType - Class in com.generated.graphql
- MutationType() - Constructor for class com.generated.graphql.MutationType
- MutationType.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- MutationTypeExecutor - Class in com.generated.graphql.util
-
This class contains the methods that allows the execution of the queries or mutations that are defined in the MutationType of the GraphQL schema.
These methods allows: Preparation of full requests Execution of prepared full requests Execution of direct full direct requests Preparation of partial requests Execution of prepared partial requests Execution of direct partial requests You'll find all the documentation on the client page doc. - MutationTypeExecutor() - Constructor for class com.generated.graphql.util.MutationTypeExecutor
- MutationTypeReactiveExecutor - Class in com.generated.graphql.util
-
This class contains the methods that allows the execution of the queries or mutations that are defined in the MutationType of the GraphQL schema.
- MutationTypeReactiveExecutor() - Constructor for class com.generated.graphql.util.MutationTypeReactiveExecutor
- MutationTypeRootResponse - Class in com.generated.graphql.util
- MutationTypeRootResponse() - Constructor for class com.generated.graphql.util.MutationTypeRootResponse
N
- name() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLDirective
-
The name of the Directive, as defined in the GraphQL schema.
- name() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLQuery
-
The name of the query/mutation/subscription, that is represented by the annotated java class, as defined in the GraphQL schema.
- name() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.BindParameter
-
The Bind Parameter or GraphQL variable's name, as defined in the GraphQL Request by either &name, ?
- names() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLInputParameters
-
Contains the list of the names for each of the input parameters of this field.
- newBindParameter(String, String, String, InputParameter.InputParameterType, String, boolean, int, boolean) - Static method in class com.graphql_java_generator.client.request.InputParameter
-
Creates and returns a new instance of
InputParameter, which is bound to a bind variable. - newCharacter(ObjectResponse, SubscriptionCallback<Character>, Object...) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.
- newCharacter(ObjectResponse, Object...) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
This method registers a subscription, by executing a direct partial request against the GraphQL server.
- newCharacter(String, SubscriptionCallback<Character>, Object...) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.
- newCharacter(String, Object...) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
This method registers a subscription, by executing a direct partial request against the GraphQL server.
- NewCharacterSubscriptionCallback - Class in com.graphql_java_generator.samples.simple.client.graphql
- NewCharacterSubscriptionCallback() - Constructor for class com.graphql_java_generator.samples.simple.client.graphql.NewCharacterSubscriptionCallback
- newCharacterWithBindValues(ObjectResponse, SubscriptionCallback<Character>, Map<String, Object>) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.
- newCharacterWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
This method registers a subscription, by executing a direct partial request against the GraphQL server.
- newCharacterWithBindValues(String, SubscriptionCallback<Character>, Map<String, Object>) - Method in class com.generated.graphql.util.SubscriptionTypeExecutor
-
This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.
- newCharacterWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
-
This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.
- newGraphQLVariableParameter(String, String, Object, String, boolean, int, boolean) - Static method in class com.graphql_java_generator.client.request.InputParameter
-
Creates and returns a new instance of
InputParameter, which value is given, and can not be changed afterwards. - newHardCodedParameter(String, String, Object, String, boolean, int, boolean) - Static method in class com.graphql_java_generator.client.request.InputParameter
-
Creates and returns a new instance of
InputParameter, which value is given, and can not be changed afterwards. - NEWHOPE - Enum constant in enum class com.generated.graphql.Episode
- nextToken() - Method in class com.graphql_java_generator.client.request.QueryTokenizer
-
Returns the next token.
- nextToken(boolean) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
-
Returns the next token, which may or may not be an empty one, depending on returnEmptyDelimiters
- NON_NULL - Enum constant in enum class com.generated.graphql.__TypeKind
O
- OAuthTokenExtractor - Class in com.graphql_java_generator.client
-
This class is used to retrieve the OAuth token, when in client mode, for subscription.
- OAuthTokenExtractor(ServerOAuth2AuthorizedClientExchangeFilterFunction) - Constructor for class com.graphql_java_generator.client.OAuthTokenExtractor
- OAuthTokenExtractor.GetOAuthTokenClientResponse - Class in com.graphql_java_generator.client
-
An implementation of a spring
ClientResponse, that will contain the faked response, which body is the value for the Authorization header (that contains the bearer token) - OAuthTokenExtractor.OAuthTokenFilter - Class in com.graphql_java_generator.client
-
This class filters the dummy request, and respond by the
OAuthTokenExtractor.GetOAuthTokenClientResponsewhen theOAuthTokenExtractor.DUMMY_REQUESTis executed - OAuthTokenFilter() - Constructor for class com.graphql_java_generator.client.OAuthTokenExtractor.OAuthTokenFilter
- OBJECT - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- OBJECT - Enum constant in enum class com.generated.graphql.__TypeKind
- OBJECT - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- ObjectResponse - Class in com.graphql_java_generator.client.request
-
This useless class is here only for compatibility with existing code, developped before the 1.6 release.
- ObjectResponse(GraphQlClient, String, String) - Constructor for class com.graphql_java_generator.client.request.ObjectResponse
- ObjectResponse(GraphQlClient, String, String, RequestType, String, InputParameter...) - Constructor for class com.graphql_java_generator.client.request.ObjectResponse
- onClose(int, String) - Method in interface com.graphql_java_generator.client.SubscriptionCallback
-
A callback to make the program aware of the end of the subscription channel.
- onClose(int, String) - Method in class com.graphql_java_generator.samples.simple.client.graphql.NewCharacterSubscriptionCallback
- onConnect() - Method in interface com.graphql_java_generator.client.SubscriptionCallback
-
This method is called once the subscription has been submitted to the GraphQL server.
- onConnect() - Method in class com.graphql_java_generator.samples.simple.client.graphql.NewCharacterSubscriptionCallback
- onError(Throwable) - Method in interface com.graphql_java_generator.client.SubscriptionCallback
-
Whenever an error occurs, at any time of the subscription processing.
- onError(Throwable) - Method in class com.graphql_java_generator.samples.simple.client.graphql.NewCharacterSubscriptionCallback
- onMessage(Character) - Method in class com.graphql_java_generator.samples.simple.client.graphql.NewCharacterSubscriptionCallback
- onMessage(T) - Method in interface com.graphql_java_generator.client.SubscriptionCallback
-
This method is called each time a message is sent by the server, for this subscription.
- OPTIONAL - Enum constant in enum class com.graphql_java_generator.client.request.InputParameter.InputParameterType
-
An optional
InputParameter, that is one which declaration starts with a '?' - optionalToObject(Optional<T>) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Transform an
Optional, as returned by Spring Data repositories, into a standard Java, which is null if there is no value. - orderList(List<?>, List<T>, String) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Reads a non ordered list, and return the same content sorted according the keys list.
P
- packageName - Variable in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
-
The package name, where the GraphQL generated classes are.
- parameterNames() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLDirective
-
The list of parameter names for each parameter of this directive applied to the current item.
- parameterTypes() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLDirective
-
The list of parameter types for each parameter of this directive applied to the current item.
- parameterValues() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLDirective
-
The list of values types for each parameter of this directive applied to the current item, in their string representation.
- parseValueForInputParameter(Object, String, String) - Static method in class com.graphql_java_generator.client.request.InputParameter
-
Parse a value, depending on the parameter type.
- PartialDirectRequests - Class in com.graphql_java_generator.samples.simple.client.graphql
-
This class implements the simplest way to call GraphQl queries, with the GraphQL Java Generator
- PartialDirectRequests() - Constructor for class com.graphql_java_generator.samples.simple.client.graphql.PartialDirectRequests
- PartialPreparedRequests - Class in com.graphql_java_generator.samples.simple.client.graphql
-
This class implements the away to call GraphQl queries, where all queries are prepared before execution.
The advantages are: Performance: this avoid to build anObjectResponsefor each response. - PartialPreparedRequests() - Constructor for class com.graphql_java_generator.samples.simple.client.graphql.PartialPreparedRequests
- PartialRequest - Annotation Interface in com.graphql_java_generator.client.graphqlrepository
- path - Variable in class com.graphql_java_generator.client.response.Error
- Payload() - Constructor for class com.graphql_java_generator.client.request.AbstractGraphQLRequest.Payload
Q
- Queries - Interface in com.graphql_java_generator.samples.simple.client
-
These are samples of queries that can be used with GraphQL against the Star Wars GraphQL schema.
- query - Enum constant in enum class com.graphql_java_generator.annotation.RequestType
- QUERY - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- QUERY - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- queryExecutor() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.GraphQLReactiveRepository
-
When more than one GraphQL schema are used, a GraphQL Repository requests may be relative to only one GraphQL schema.
- queryExecutor() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.GraphQLRepository
-
When more than one GraphQL schema are used, a GraphQL Repository requests may be relative to only one GraphQL schema.
- QueryField - Class in com.graphql_java_generator.client.request
-
This class gives parsing capabilities for the QueryString for one object.
For instance, for the GraphQL query queryType.boards("{id name publiclyAvailable topics(since: \"2018-12-20\"){id}}"), it is created for the field named boards, then the#readTokenizerForResponseDefinition(StringTokenizer)is called for the whole String. - QueryField(Class<?>, String) - Constructor for class com.graphql_java_generator.client.request.QueryField
-
The constructor, when created by the
Builder: it must provide the owningClass - QueryField(Class<?>, String, String) - Constructor for class com.graphql_java_generator.client.request.QueryField
-
The constructor, when created by the
Builder: it must provide the owningClass - queryPath - Variable in class com.graphql_java_generator.client.response.Error
- QueryTokenizer - Class in com.graphql_java_generator.client.request
-
This class is responsible to split the GraphQL query into meaningful tokens: the spaces, EOL (...) are removed and the (, @, { (...) are sent as token.
- QueryTokenizer(String) - Constructor for class com.graphql_java_generator.client.request.QueryTokenizer
-
Create a tokenizer for the given GraphQL query
- QueryType - Class in com.generated.graphql
- QueryType() - Constructor for class com.generated.graphql.QueryType
- QueryType.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- QueryTypeExecutor - Class in com.generated.graphql.util
-
This class contains the methods that allows the execution of the queries or mutations that are defined in the QueryType of the GraphQL schema.
These methods allows: Preparation of full requests Execution of prepared full requests Execution of direct full direct requests Preparation of partial requests Execution of prepared partial requests Execution of direct partial requests You'll find all the documentation on the client page doc. - QueryTypeExecutor() - Constructor for class com.generated.graphql.util.QueryTypeExecutor
- QueryTypeReactiveExecutor - Class in com.generated.graphql.util
-
This class contains the methods that allows the execution of the queries or mutations that are defined in the QueryType of the GraphQL schema.
- QueryTypeReactiveExecutor() - Constructor for class com.generated.graphql.util.QueryTypeReactiveExecutor
- QueryTypeRootResponse - Class in com.generated.graphql.util
- QueryTypeRootResponse() - Constructor for class com.generated.graphql.util.QueryTypeRootResponse
R
- RawGraphQLString - Class in com.graphql_java_generator.client.request
-
This class contains a portion of GraphQL request.
- RawGraphQLString(String) - Constructor for class com.graphql_java_generator.client.request.RawGraphQLString
- rawStatusCode() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
-
Deprecated.
- readNextRealToken(String, String) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
-
Reads the next real token, that is the next token that is not a separator
- readTokenizerForInputParameters(QueryTokenizer, Directive, Class<?>, String, String) - Static method in class com.graphql_java_generator.client.request.InputParameter
-
Reads a list of input parameters, from a
QueryTokenizer. - readTokenizerForResponseDefinition(QueryTokenizer, Map<Class<?>, Map<String, Field>>, String) - Method in class com.graphql_java_generator.client.request.QueryField
-
Reads the definition of the expected response definition from the server.
- readTree(String) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
- readValue(String, Class<T>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
- registerAllDirectives() - Method in interface com.graphql_java_generator.client.directive.DirectiveRegistry
-
This method registers all
GraphQLScalarTypethat are declared as SpringComponent. - registerAllDirectives() - Method in class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
-
This method registers all
GraphQLScalarTypethat are declared as SpringComponent. - registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.graphql_java_generator.client.graphqlrepository.GraphQLReactiveRepositoryProxyBeansRegistrar
- registerDirective(Directive) - Method in interface com.graphql_java_generator.client.directive.DirectiveRegistry
-
Manually register one GraphQL directive.
- registerDirective(Directive) - Method in class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
-
Manually register one GraphQL directive.
- registerGraphQLScalarType(String, GraphQLScalarType, Class<?>) - Method in interface com.graphql_java_generator.client.CustomScalarRegistry
-
Manually register one
GraphQLScalarType. - registerGraphQLScalarType(String, GraphQLScalarType, Class<?>) - Method in class com.graphql_java_generator.client.CustomScalarRegistryImpl
- registerGraphQLTypeMapping(GraphQLTypeMapping) - Static method in class com.graphql_java_generator.client.GraphQLTypeMappingRegistry
-
Registers the given GraphQLTypeMapping instance for the given schema
- releaseBody() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- repeat(String, int) - Method in class com.graphql_java_generator.util.VelocityUtils
- request() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.FullRequest
-
The GraphQL request.
- request() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.PartialRequest
-
The GraphQL request.
- request() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- RequestExecution - Interface in com.graphql_java_generator.client
-
Deprecated.
- RequestExecutionSpringReactiveImpl - Class in com.graphql_java_generator.client
-
Deprecated.
- RequestExecutionSpringReactiveImpl() - Constructor for class com.graphql_java_generator.client.RequestExecutionSpringReactiveImpl
-
Deprecated.
- requestName() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.PartialRequest
-
The name of the request, as defined in the GraphQL schema.
- requestType() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.FullRequest
-
The kind of request that this method will execute.
- requestType() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.PartialRequest
-
The kind of request that this method will execute.
- RequestType - Enum Class in com.graphql_java_generator.annotation
-
List of the three GraphQL kind of requests: query, mutation and subscription
- run(String...) - Method in class com.graphql_java_generator.samples.simple.client.Main
-
This method is started by Spring, once the Spring context has been loaded.
S
- SCALAR - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- SCALAR - Enum constant in enum class com.generated.graphql.__TypeKind
- SCALAR - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- SCHEMA - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- SCHEMA - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- serialize(T, JsonGenerator, SerializerProvider) - Method in class com.graphql_java_generator.client.request.AbstractCustomJacksonSerializer
- set__schema(__Schema) - Method in class com.generated.graphql.QueryType
- set__type(__Type) - Method in class com.generated.graphql.QueryType
- set__typename(String) - Method in class com.generated.graphql.__Directive
- set__typename(String) - Method in class com.generated.graphql.__EnumValue
- set__typename(String) - Method in class com.generated.graphql.__Field
- set__typename(String) - Method in class com.generated.graphql.__InputValue
- set__typename(String) - Method in class com.generated.graphql.__Schema
- set__typename(String) - Method in class com.generated.graphql.__Type
- set__typename(String) - Method in interface com.generated.graphql.Character
- set__typename(String) - Method in class com.generated.graphql.Droid
- set__typename(String) - Method in class com.generated.graphql.Human
- set__typename(String) - Method in class com.generated.graphql.MutationType
- set__typename(String) - Method in class com.generated.graphql.QueryType
- set__typename(String) - Method in class com.generated.graphql.SubscriptionType
- setAddFriend(Character) - Method in class com.generated.graphql.MutationType
- setAliasValue(String, Object) - Method in class com.generated.graphql.__Directive
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.__EnumValue
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.__Field
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.__InputValue
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.__Schema
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.__Type
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in interface com.generated.graphql.Character
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.Droid
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.Human
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.MutationType
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.QueryType
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAliasValue(String, Object) - Method in class com.generated.graphql.SubscriptionType
-
This method is called during the json deserialization process, by the
GraphQLObjectMapper, each time an alias value is read from the json. - setAppearsIn(List<Episode>) - Method in interface com.generated.graphql.Character
- setAppearsIn(List<Episode>) - Method in class com.generated.graphql.Droid
- setAppearsIn(List<Episode>) - Method in class com.generated.graphql.Human
- setApplicationContext(ApplicationContext) - Static method in class com.graphql_java_generator.client.SpringContextBean
-
Sets the Spring Application Context.
- setArgs(List<__InputValue>) - Method in class com.generated.graphql.__Directive
- setArgs(List<__InputValue>) - Method in class com.generated.graphql.__Field
- setArguments(List<InputParameter>) - Method in class com.graphql_java_generator.client.directive.Directive
- setBeanClassLoader(ClassLoader) - Method in class com.graphql_java_generator.client.graphqlrepository.GraphQLReactiveRepositoryProxyBeansRegistrar
- setCharacters(List<Character>) - Method in class com.generated.graphql.QueryType
- setCreateHuman(Human) - Method in class com.generated.graphql.MutationType
- setCustomScalarRegistry(String, CustomScalarRegistry) - Static method in class com.graphql_java_generator.client.CustomScalarRegistryImpl
-
Sets the
CustomScalarRegistryfor the given schema. - setData(MutationType) - Method in class com.generated.graphql.util.MutationTypeRootResponse
- setData(QueryType) - Method in class com.generated.graphql.util.QueryTypeRootResponse
- setData(SubscriptionType) - Method in class com.generated.graphql.util.SubscriptionTypeRootResponse
- setDefaultValue(String) - Method in class com.generated.graphql.__InputValue
- setDeprecationReason(String) - Method in class com.generated.graphql.__EnumValue
- setDeprecationReason(String) - Method in class com.generated.graphql.__Field
- setDeprecationReason(String) - Method in class com.generated.graphql.__InputValue
- setDescription(String) - Method in class com.generated.graphql.__Directive
- setDescription(String) - Method in class com.generated.graphql.__EnumValue
- setDescription(String) - Method in class com.generated.graphql.__Field
- setDescription(String) - Method in class com.generated.graphql.__InputValue
- setDescription(String) - Method in class com.generated.graphql.__Schema
- setDescription(String) - Method in class com.generated.graphql.__Type
- setDirectiveLocations(List<DirectiveLocation>) - Method in class com.graphql_java_generator.client.directive.Directive
- setDirectives(List<__Directive>) - Method in class com.generated.graphql.__Schema
- setDroid(Droid) - Method in class com.generated.graphql.QueryType
- setEnumValues(List<__EnumValue>) - Method in class com.generated.graphql.__Type
- setErrors(List<Error>) - Method in class com.generated.graphql.util.MutationTypeRootResponse
- setErrors(List<Error>) - Method in class com.generated.graphql.util.QueryTypeRootResponse
- setErrors(List<Error>) - Method in class com.generated.graphql.util.SubscriptionTypeRootResponse
- setExtensions(JsonNode) - Method in class com.generated.graphql.MutationType
- setExtensions(JsonNode) - Method in class com.generated.graphql.QueryType
- setExtensions(JsonNode) - Method in class com.generated.graphql.SubscriptionType
- setExtensions(JsonNode) - Method in class com.generated.graphql.util.MutationTypeRootResponse
- setExtensions(JsonNode) - Method in class com.generated.graphql.util.QueryTypeRootResponse
- setExtensions(JsonNode) - Method in class com.generated.graphql.util.SubscriptionTypeRootResponse
- setExtensions(JsonNode) - Method in interface com.graphql_java_generator.client.GraphQLRequestObject
-
Set the GraphQL response's extensions field.
- setExtensions(JsonNode) - Method in class com.graphql_java_generator.client.response.Error
- setFields(List<__Field>) - Method in class com.generated.graphql.__Type
- setFriends(List<Character>) - Method in interface com.generated.graphql.Character
- setFriends(List<Character>) - Method in class com.generated.graphql.Droid
- setFriends(List<Character>) - Method in class com.generated.graphql.Human
- setGraphQLScalarType(GraphQLScalarType) - Method in class com.graphql_java_generator.customscalars.CustomScalar
- setHero(Character) - Method in class com.generated.graphql.QueryType
- setHomePlanet(String) - Method in class com.generated.graphql.Human
- setHuman(Human) - Method in class com.generated.graphql.QueryType
- setId(String) - Method in interface com.generated.graphql.Character
- setId(String) - Method in class com.generated.graphql.Droid
- setId(String) - Method in class com.generated.graphql.Human
- setInputFields(List<__InputValue>) - Method in class com.generated.graphql.__Type
- setInterfaces(List<__Type>) - Method in class com.generated.graphql.__Type
- setIsDeprecated(Boolean) - Method in class com.generated.graphql.__EnumValue
- setIsDeprecated(Boolean) - Method in class com.generated.graphql.__Field
- setIsDeprecated(Boolean) - Method in class com.generated.graphql.__InputValue
- setIsOneOf(Boolean) - Method in class com.generated.graphql.__Type
- setIsRepeatable(Boolean) - Method in class com.generated.graphql.__Directive
- setKind(__TypeKind) - Method in class com.generated.graphql.__Type
- setLocations(List<__DirectiveLocation>) - Method in class com.generated.graphql.__Directive
- setMutationType(__Type) - Method in class com.generated.graphql.__Schema
- setName(String) - Method in class com.generated.graphql.__Directive
- setName(String) - Method in class com.generated.graphql.__EnumValue
- setName(String) - Method in class com.generated.graphql.__Field
- setName(String) - Method in class com.generated.graphql.__InputValue
- setName(String) - Method in class com.generated.graphql.__Type
- setName(String) - Method in interface com.generated.graphql.Character
- setName(String) - Method in class com.generated.graphql.Droid
- setName(String) - Method in class com.generated.graphql.Human
- setName(String) - Method in class com.graphql_java_generator.client.directive.Directive
- setNewCharacter(Character) - Method in class com.generated.graphql.SubscriptionType
- setOfType(__Type) - Method in class com.generated.graphql.__Type
- setPackageName(String) - Method in class com.graphql_java_generator.client.directive.Directive
- setPossibleTypes(List<__Type>) - Method in class com.generated.graphql.__Type
- setPrimaryFunction(String) - Method in class com.generated.graphql.Droid
- setQueryType(__Type) - Method in class com.generated.graphql.__Schema
- setSpecifiedByURL(String) - Method in class com.generated.graphql.__Type
- setSubscriptionType(__Type) - Method in class com.generated.graphql.__Schema
- setType(__Type) - Method in class com.generated.graphql.__Field
- setType(__Type) - Method in class com.generated.graphql.__InputValue
- setTypes(List<__Type>) - Method in class com.generated.graphql.__Schema
- setValueClazz(Class<?>) - Method in class com.graphql_java_generator.customscalars.CustomScalar
- sourceName - Variable in class com.graphql_java_generator.client.response.Location
- SpringContextBean - Class in com.graphql_java_generator.client
-
This class
- SpringContextBean(ApplicationContext) - Constructor for class com.graphql_java_generator.client.SpringContextBean
-
Builds the Bean with the Spring Application Context, which is stored into a static attribute of the class.
- statusCode() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- strategies() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- String - Static variable in class com.graphql_java_generator.customscalars.GraphQLScalarTypeString
-
Useless String scalar.
It's used both as a sample, to be completed by a developper, according to his/her needs, and for the use in some tests of the plugin logic (like in the Shopify sample, to handle (badly) various scalar as based on strings).
It's actually a bad management, as this custom scalars does nothing, but read basic strings. - stringToEnumValue(Object, Class<?>) - Method in class com.graphql_java_generator.util.GraphqlUtils
-
Returns the given enumValue given as a String, into the enum value from the generated POJO of the given class.
This can not be a parameterized method as the return value may be either an enum, a list of enums... - subscription - Enum constant in enum class com.graphql_java_generator.annotation.RequestType
- SUBSCRIPTION - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- SUBSCRIPTION - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- SubscriptionCallback<T> - Interface in com.graphql_java_generator.client
-
This interface will receive the notification for each message that comes from a subscription.
- SubscriptionClient - Interface in com.graphql_java_generator.client
-
This interface allows the application to interact with the subscription, once it has subscribed to it.
- SubscriptionClientReactiveImpl - Class in com.graphql_java_generator.client
-
Default implementation for the
SubscriptionClientinterface.
Since 2.x release, this class is quite useless. - SubscriptionClientReactiveImpl(Disposable) - Constructor for class com.graphql_java_generator.client.SubscriptionClientReactiveImpl
- SubscriptionRequests - Class in com.graphql_java_generator.samples.simple.client.graphql
- SubscriptionRequests() - Constructor for class com.graphql_java_generator.samples.simple.client.graphql.SubscriptionRequests
- SubscriptionType - Class in com.generated.graphql
- SubscriptionType() - Constructor for class com.generated.graphql.SubscriptionType
- SubscriptionType.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- SubscriptionTypeExecutor - Class in com.generated.graphql.util
-
This class contains the methods that allows the execution of the subscriptions that are defined in the SubscriptionType of the GraphQL schema.
These methods allows: Preparation of partial subscription requests Execution of partial prepared subscription requests Execution of partial direct subscription requests You'll find all the documentation on the client page doc. - SubscriptionTypeExecutor() - Constructor for class com.generated.graphql.util.SubscriptionTypeExecutor
- SubscriptionTypeReactiveExecutor - Class in com.generated.graphql.util
-
This class contains the methods that allows the execution of the subscriptions that are defined in the SubscriptionType of the GraphQL schema.
- SubscriptionTypeReactiveExecutor() - Constructor for class com.generated.graphql.util.SubscriptionTypeReactiveExecutor
- SubscriptionTypeRootResponse - Class in com.generated.graphql.util
- SubscriptionTypeRootResponse() - Constructor for class com.generated.graphql.util.SubscriptionTypeRootResponse
T
- timestamp - Variable in class com.graphql_java_generator.client.response.Extension
- toBodilessEntity() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- toEntity(Class<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- toEntity(ParameterizedTypeReference<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- toEntityList(Class<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- toEntityList(ParameterizedTypeReference<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
- toString() - Method in class com.generated.graphql.__Directive
- toString() - Method in class com.generated.graphql.__EnumValue
- toString() - Method in class com.generated.graphql.__Field
- toString() - Method in class com.generated.graphql.__InputValue
- toString() - Method in class com.generated.graphql.__Schema
- toString() - Method in class com.generated.graphql.__Type
- toString() - Method in class com.generated.graphql.Droid
- toString() - Method in class com.generated.graphql.Human
- toString() - Method in class com.generated.graphql.MutationType
- toString() - Method in class com.generated.graphql.QueryType
- toString() - Method in class com.generated.graphql.SubscriptionType
- toString() - Method in class com.graphql_java_generator.client.request.RawGraphQLString
- toString() - Method in class com.graphql_java_generator.client.response.Error
-
Logs this error to the given
Logger - toString() - Method in class com.graphql_java_generator.client.response.Location
- treeToValue(TreeNode, Class<T>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
- treeToValue(List<?>, Class<T>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
- treeToValue(Map<?, ?>, Class<T>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
- type() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLQuery
-
The type : query, mutation or subscription, as defined in the GraphQL schema.
- types() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLInputParameters
-
Contains the list of the types for each of the input parameters of this field.
U
- UNION - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- UNION - Enum constant in enum class com.generated.graphql.__TypeKind
- UNION - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- unsubscribe() - Method in interface com.graphql_java_generator.client.SubscriptionClient
-
Allows the client application to unsubscribe from a previously subscribed subscription.
- unsubscribe() - Method in class com.graphql_java_generator.client.SubscriptionClientReactiveImpl
V
- validationErrorType - Variable in class com.graphql_java_generator.client.response.Error
- value() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLDeprecatedResponseForRequestObject
-
The full name of the query, mutation or subscription that this generated ResponseType overrides
- value() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLDirectives
-
The directives that were defined in the GraphQL schema for this item
- value() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLEnumType
-
The name of the enum that is represented by the annotated java class, as defined in the GraphQL schema.
- value() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLInputType
-
The name of the type that is represented by the annotated java class, as defined in the GraphQL schema.
- value() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLInterfaceType
-
The name of the interface that is represented by the annotated java class, as defined in the GraphQL schema.
- value() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLObjectType
-
The name of the type that is represented by the annotated java class, as defined in the GraphQL schema.
- value() - Element in annotation interface com.graphql_java_generator.annotation.GraphQLUnionType
-
The name of the union that is represented by the annotated java class, as defined in the GraphQL schema.
- value() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.EnableGraphQLRepositories
- value() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.GraphQLReactiveRepository
-
The name of the Spring bean to build.
- value() - Element in annotation interface com.graphql_java_generator.client.graphqlrepository.GraphQLRepository
-
The name of the Spring bean to build.
- valueOf(String) - Static method in enum class com.generated.graphql.__DirectiveLocation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.generated.graphql.__TypeKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.generated.graphql.Episode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.graphql_java_generator.annotation.RequestType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.graphql_java_generator.client.directive.DirectiveLocation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.graphql_java_generator.client.request.InputParameter.InputParameterType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.generated.graphql.__DirectiveLocation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.generated.graphql.__TypeKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.generated.graphql.Episode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.graphql_java_generator.annotation.RequestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.graphql_java_generator.client.directive.DirectiveLocation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.graphql_java_generator.client.request.InputParameter.InputParameterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueToTree(Object) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
- VARIABLE_DEFINITION - Enum constant in enum class com.generated.graphql.__DirectiveLocation
- VARIABLE_DEFINITION - Enum constant in enum class com.graphql_java_generator.client.directive.DirectiveLocation
- velocityUtils - Static variable in class com.graphql_java_generator.util.VelocityUtils
- VelocityUtils - Class in com.graphql_java_generator.util
-
Various methods used by the velocity templates while generating the code.
- VelocityUtils() - Constructor for class com.graphql_java_generator.util.VelocityUtils
W
- webClient(String) - Method in class com.generated.graphql_spring_autoconfiguration.GraphQLPluginAutoConfiguration
-
The Spring reactive
WebClientthat will execute the HTTP requests for GraphQL queries and mutations.
This bean is only created if no such bean already exists - with__schema(__Schema) - Method in class com.generated.graphql.QueryType.Builder
- with__type(__Type) - Method in class com.generated.graphql.QueryType.Builder
- withAddFriend(Character) - Method in class com.generated.graphql.MutationType.Builder
- withAppearsIn(List<Episode>) - Method in class com.generated.graphql.Droid.Builder
- withAppearsIn(List<Episode>) - Method in class com.generated.graphql.Human.Builder
- withArgs(List<__InputValue>) - Method in class com.generated.graphql.__Directive.Builder
- withArgs(List<__InputValue>) - Method in class com.generated.graphql.__Field.Builder
- withCharacters(List<Character>) - Method in class com.generated.graphql.QueryType.Builder
- withCreateHuman(Human) - Method in class com.generated.graphql.MutationType.Builder
- withDefaultValue(String) - Method in class com.generated.graphql.__InputValue.Builder
- withDeprecationReason(String) - Method in class com.generated.graphql.__EnumValue.Builder
- withDeprecationReason(String) - Method in class com.generated.graphql.__Field.Builder
- withDeprecationReason(String) - Method in class com.generated.graphql.__InputValue.Builder
- withDescription(String) - Method in class com.generated.graphql.__Directive.Builder
- withDescription(String) - Method in class com.generated.graphql.__EnumValue.Builder
- withDescription(String) - Method in class com.generated.graphql.__Field.Builder
- withDescription(String) - Method in class com.generated.graphql.__InputValue.Builder
- withDescription(String) - Method in class com.generated.graphql.__Schema.Builder
- withDescription(String) - Method in class com.generated.graphql.__Type.Builder
- withDirectives(List<__Directive>) - Method in class com.generated.graphql.__Schema.Builder
- withDroid(Droid) - Method in class com.generated.graphql.QueryType.Builder
- withEnumValues(List<__EnumValue>) - Method in class com.generated.graphql.__Type.Builder
- withFields(List<__Field>) - Method in class com.generated.graphql.__Type.Builder
- withFriends(List<Character>) - Method in class com.generated.graphql.Droid.Builder
- withFriends(List<Character>) - Method in class com.generated.graphql.Human.Builder
- withHero(Character) - Method in class com.generated.graphql.QueryType.Builder
- withHomePlanet(String) - Method in class com.generated.graphql.Human.Builder
- withHuman(Human) - Method in class com.generated.graphql.QueryType.Builder
- withId(String) - Method in class com.generated.graphql.Droid.Builder
- withId(String) - Method in class com.generated.graphql.Human.Builder
- withInputFields(List<__InputValue>) - Method in class com.generated.graphql.__Type.Builder
- withInterfaces(List<__Type>) - Method in class com.generated.graphql.__Type.Builder
- withIsDeprecated(Boolean) - Method in class com.generated.graphql.__EnumValue.Builder
- withIsDeprecated(Boolean) - Method in class com.generated.graphql.__Field.Builder
- withIsDeprecated(Boolean) - Method in class com.generated.graphql.__InputValue.Builder
- withIsOneOf(Boolean) - Method in class com.generated.graphql.__Type.Builder
- withIsRepeatable(Boolean) - Method in class com.generated.graphql.__Directive.Builder
- withKind(__TypeKind) - Method in class com.generated.graphql.__Type.Builder
- withLocations(List<__DirectiveLocation>) - Method in class com.generated.graphql.__Directive.Builder
- withMutationType(__Type) - Method in class com.generated.graphql.__Schema.Builder
- withName(String) - Method in class com.generated.graphql.__Directive.Builder
- withName(String) - Method in class com.generated.graphql.__EnumValue.Builder
- withName(String) - Method in class com.generated.graphql.__Field.Builder
- withName(String) - Method in class com.generated.graphql.__InputValue.Builder
- withName(String) - Method in class com.generated.graphql.__Type.Builder
- withName(String) - Method in class com.generated.graphql.Droid.Builder
- withName(String) - Method in class com.generated.graphql.Human.Builder
- withNewCharacter(Character) - Method in class com.generated.graphql.SubscriptionType.Builder
- withOfType(__Type) - Method in class com.generated.graphql.__Type.Builder
- withPossibleTypes(List<__Type>) - Method in class com.generated.graphql.__Type.Builder
- withPrimaryFunction(String) - Method in class com.generated.graphql.Droid.Builder
- withQueryResponseDef(String) - Method in class com.graphql_java_generator.client.request.Builder
-
Builds a
ObjectResponsefrom a part of a GraphQL query. - withQueryType(__Type) - Method in class com.generated.graphql.__Schema.Builder
- withSpecifiedByURL(String) - Method in class com.generated.graphql.__Type.Builder
- withSubscriptionType(__Type) - Method in class com.generated.graphql.__Schema.Builder
- withType(__Type) - Method in class com.generated.graphql.__Field.Builder
- withType(__Type) - Method in class com.generated.graphql.__InputValue.Builder
- withTypes(List<__Type>) - Method in class com.generated.graphql.__Schema.Builder
- writeValueAsString(Object) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
_
- __Directive - Class in com.generated.graphql
- __Directive() - Constructor for class com.generated.graphql.__Directive
- __Directive.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- __DirectiveLocation - Enum Class in com.generated.graphql
- __EnumValue - Class in com.generated.graphql
- __EnumValue() - Constructor for class com.generated.graphql.__EnumValue
- __EnumValue.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- __Field - Class in com.generated.graphql
- __Field() - Constructor for class com.generated.graphql.__Field
- __Field.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- __InputValue - Class in com.generated.graphql
- __InputValue() - Constructor for class com.generated.graphql.__InputValue
- __InputValue.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- __schema(ObjectResponse, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- __schema(ObjectResponse, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- __schema(String, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the __schema query against the GraphQL server.
- __schema(String, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- __Schema - Class in com.generated.graphql
- __Schema() - Constructor for class com.generated.graphql.__Schema
- __Schema.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- __schemaWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- __schemaWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- __schemaWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the __schema query against the GraphQL server.
- __schemaWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- __type(ObjectResponse, String, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- __type(ObjectResponse, String, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- __type(String, String, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the __type query against the GraphQL server.
- __type(String, String, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- __Type - Class in com.generated.graphql
- __Type() - Constructor for class com.generated.graphql.__Type
- __Type.Builder - Class in com.generated.graphql
-
The Builder that helps building instance of this POJO.
- __TypeKind - Enum Class in com.generated.graphql
- __typename(ObjectResponse, Object...) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method is expected by the graphql-java framework.
- __typename(ObjectResponse, Object...) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- __typename(ObjectResponse, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- __typename(ObjectResponse, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- __typename(String, Object...) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method executes a partial query on the __typename mutation against the GraphQL server.
- __typename(String, Object...) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- __typename(String, Object...) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the __typename query against the GraphQL server.
- __typename(String, Object...) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- __typenameWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method is expected by the graphql-java framework.
- __typenameWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- __typenameWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- __typenameWithBindValues(ObjectResponse, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- __typenameWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeExecutor
-
This method executes a partial query on the __typename mutation against the GraphQL server.
- __typenameWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.MutationTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- __typenameWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the __typename query against the GraphQL server.
- __typenameWithBindValues(String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
- __typeWithBindValues(ObjectResponse, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method is expected by the graphql-java framework.
- __typeWithBindValues(ObjectResponse, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method is expected by the graphql-java framework.
- __typeWithBindValues(String, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeExecutor
-
This method executes a partial query on the __type query against the GraphQL server.
- __typeWithBindValues(String, String, Map<String, Object>) - Method in class com.generated.graphql.util.QueryTypeReactiveExecutor
-
This method executes a partial query against the GraphQL server.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form