- generate() - Method in class com.kobylynskyi.graphql.codegen.GraphQLCodegen
-
- GENERATED_INFO - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
-
- GeneratedInformation - Class in com.kobylynskyi.graphql.codegen.model
-
- GeneratedInformation() - Constructor for class com.kobylynskyi.graphql.codegen.model.GeneratedInformation
-
- GeneratedInformation(Supplier<ZonedDateTime>) - Constructor for class com.kobylynskyi.graphql.codegen.model.GeneratedInformation
-
- generateResolversForField(MappingContext, ExtendedFieldDefinition, String) - Static method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionToParameterMapper
-
Check whether FieldResolver should be generated for a given field.
- get() - Method in class com.kobylynskyi.graphql.codegen.supplier.JsonMappingConfigSupplier
-
- getAlias() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
-
- getAnnotations() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
-
- getAnnotations() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getApiAsyncReturnListType() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Async return type for api methods (query / subscription) that return list values
For example: `reactor.core.publisher.Flux`
- getApiAsyncReturnListType() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiAsyncReturnListType() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getApiAsyncReturnType() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Async return type for api methods (query / subscription)
For example: `reactor.core.publisher.Mono`
- getApiAsyncReturnType() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiAsyncReturnType() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getApiNamePrefix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Sets the prefix for GraphQL api classes (query, mutation, subscription).
- getApiNamePrefix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiNamePrefix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getApiNamePrefixStrategy() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Sets prefix strategy for GraphQL api classes (query, mutation, subscription).
- getApiNamePrefixStrategy() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiNamePrefixStrategy() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getApiNameSuffix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Sets the suffix for GraphQL api classes (query, mutation, subscription).
- getApiNameSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiNameSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getApiPackageName() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Java package for generated api classes (Query, Mutation, Subscription).
- getApiPackageName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiPackageName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getApiRootInterfaceStrategy() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies the strategy of generating root api interface.
- getApiRootInterfaceStrategy() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiRootInterfaceStrategy() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getColumn() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
-
- getCustomAnnotationsMapping() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Can be used to supply custom annotations (serializers) for scalars.
- getCustomAnnotationsMapping() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getCustomAnnotationsMapping() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getCustomTypesMapping() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Can be used to supply custom mappings for scalars.
- getCustomTypesMapping() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getCustomTypesMapping() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getData() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResult
-
- getDateTime() - Method in class com.kobylynskyi.graphql.codegen.model.GeneratedInformation
-
- getDefaultValue() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getDefinition() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
-
- getDirectiveAnnotationsMapping() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Map GraphQL directives to Java annotations.
- getDirectiveAnnotationsMapping() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getDirectiveAnnotationsMapping() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getDocument() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getEntry(Object) - Static method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer
-
- getEnumDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getErrors() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResult
-
- getErrorType() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
-
- getExtensions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
-
- getExtensions() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
-
- getFieldDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedInterfaceTypeDefinition
-
- getFieldDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedObjectTypeDefinition
-
- getFieldsWithoutResolvers() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Fields that DO NOT require Resolvers should be defined here in format: TypeName.fieldName
If just type is specified, then all fields of this type will NOT have resolvers
Can be used in conjunction with "generateExtensionFieldsResolvers"
- getFieldsWithoutResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getFieldsWithoutResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getFieldsWithResolvers() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Fields that require Resolvers should be defined here in format: TypeName.fieldName
If just type is specified, then all fields of this type will have resolvers
- getFieldsWithResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getFieldsWithResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getFileContent(String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
-
Get content of the file.
- getGenerateApis() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether api classes should be generated.
- getGenerateApis() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateApis() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateAsyncApi() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
If true, then wrap type into `java.util.concurrent.CompletableFuture` or `subscriptionReturnType`
- getGenerateAsyncApi() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateAsyncApi() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateBuilder() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether generated model classes should have builder.
- getGenerateBuilder() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateBuilder() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateClient() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether client-side classes should be generated for each query, mutation and subscription.
- getGenerateClient() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateClient() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateDataFetchingEnvironmentArgumentInApis() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
If true, then graphql.schema.DataFetchingEnvironment env will be added as a last argument
to all methods of root type resolvers and field resolvers.
- getGenerateDataFetchingEnvironmentArgumentInApis() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateDataFetchingEnvironmentArgumentInApis() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGeneratedInformation() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGeneratedType() - Method in class com.kobylynskyi.graphql.codegen.model.GeneratedInformation
-
- getGenerateEqualsAndHashCode() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether generated model classes should have equals and hashCode methods defined.
- getGenerateEqualsAndHashCode() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateEqualsAndHashCode() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateExtensionFieldsResolvers() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Whether all fields in extensions (extend type
and extend interface
) should be present
in Resolver interface instead of the type class itself.
- getGenerateExtensionFieldsResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateExtensionFieldsResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateImmutableModels() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether generated model classes should be immutable.
- getGenerateImmutableModels() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateImmutableModels() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateModelsForRootTypes() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether model classes should be generated for Query/Subscription/Mutation.
- getGenerateModelsForRootTypes() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateModelsForRootTypes() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateParameterizedFieldsResolvers() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
If true, then generate separate `Resolver` interface for parametrized fields.
- getGenerateParameterizedFieldsResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateParameterizedFieldsResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateToString() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether generated model classes should have toString method defined.
- getGenerateToString() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateToString() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getImplements() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedImplementingTypeDefinition
-
- getInput() - Method in interface com.kobylynskyi.graphql.codegen.model.graphql.GraphQLOperationRequest
-
Input for for GraphQL operation.
- getInputDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getInterfaceChildren() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getInterfaceChildren() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getInterfaceDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getInterfacesName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getInterfacesNames() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getJavaDoc() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
-
- getJavaDoc() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedFieldDefinition
-
- getJavaDoc() - Method in class com.kobylynskyi.graphql.codegen.model.EnumValueDefinition
-
- getJavaDoc() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
-
- getJavaDoc() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getLine() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
-
- getLocations() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
-
- getMemberTypeNames() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedUnionTypeDefinition
-
- getMessage() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
-
- getMethodName() - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
-
- getModelNamePrefix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Sets the prefix for GraphQL model classes (type, input, interface, enum, union).
- getModelNamePrefix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getModelNamePrefix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getModelNameSuffix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Sets the suffix for GraphQL model classes (type, input, interface, enum, union).
- getModelNameSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getModelNameSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getModelPackageName() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Java package for generated model classes (type, input, interface, enum, union).
- getModelPackageName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getModelPackageName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getModelValidationAnnotation() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Annotation for mandatory (NonNull) fields.
- getModelValidationAnnotation() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getModelValidationAnnotation() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getMutationResolverParentInterface() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Interface that will be added as "extend" to all generated api Mutation interfaces.
- getMutationResolverParentInterface() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getMutationResolverParentInterface() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getName() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
-
- getName() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
-
- getName() - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
-
- getName() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
-
- getName() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getName() - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
-
- getOperationDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getOperationName() - Method in interface com.kobylynskyi.graphql.codegen.model.graphql.GraphQLOperationRequest
-
Name of GraphQL operation.
- getOperationType() - Method in interface com.kobylynskyi.graphql.codegen.model.graphql.GraphQLOperationRequest
-
Type of GraphQL operation.
- getOriginalName() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
-
- getOriginalName() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getPackageName() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Java package for generated classes.
- getPackageName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getPackageName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getParameters() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
-
- getParameters() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
-
- getParametrizedInputClassName() - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
-
- getParametrizedInputSuffix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
The suffix for `ParametrizedInput` classes.
- getParametrizedInputSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getParametrizedInputSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getParentInterface(MappingContext, String) - Static method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionsToResolverDataModelMapper
-
- getPath() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
-
- getProjection() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
-
- getQueryResolverParentInterface() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Interface that will be added as "extend" to all generated api Query interfaces.
- getQueryResolverParentInterface() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getQueryResolverParentInterface() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getRequest() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
-
- getRequestSuffix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
The suffix for `Request` classes.
- getRequestSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getRequestSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getResolverParentInterface() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Interface that will be added as "extend" to all generated TypeResolver interfaces.
- getResolverParentInterface() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getResolverParentInterface() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getResponseProjection() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
-
- getResponseProjectionSuffix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
The suffix for `ResponseProjection` classes.
- getResponseProjectionSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getResponseProjectionSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getResponseSuffix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
The suffix for `Response` classes.
- getResponseSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getResponseSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getScalarDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getSourceLocation() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
-
- getSourceName() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
-
- getSubscriptionResolverParentInterface() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Interface that will be added as "extend" to all generated api Subscription interfaces.
- getSubscriptionResolverParentInterface() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getSubscriptionResolverParentInterface() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getSubscriptionReturnType() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Async return type for subscription methods.
- getSubscriptionReturnType() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getSubscriptionReturnType() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getType() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
-
- getType() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getType() - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
-
- getTypeDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getTypeResolverPrefix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Sets the prefix for GraphQL type resolver classes.
- getTypeResolverPrefix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getTypeResolverPrefix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getTypeResolverSuffix() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Sets the suffix for GraphQL type resolver classes.
- getTypeResolverSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getTypeResolverSuffix() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getTypesUnionsInterfacesNames() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getTypesUnionsInterfacesNames() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getUnionDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getValue() - Method in class com.kobylynskyi.graphql.codegen.model.EnumValueDefinition
-
- getValueDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedEnumTypeDefinition
-
Get enum value definitions from the definition and its extensions
- getValueDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedInputObjectTypeDefinition
-
- GraphQLCodegen - Class in com.kobylynskyi.graphql.codegen
-
Generator of:
- Interface for each GraphQL query, mutation, subscription, union and field resolvers
- POJO Class for each GraphQL type and input
- Enum Class for each GraphQL enum
- GraphQLCodegen(List<String>, File, MappingConfig, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.GraphQLCodegen
-
- GraphQLCodegen(List<String>, File, MappingConfig, MappingConfigSupplier) - Constructor for class com.kobylynskyi.graphql.codegen.GraphQLCodegen
-
- GraphQLCodegen(List<String>, File, MappingConfig, MappingConfigSupplier, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.GraphQLCodegen
-
- GraphQLCodegenConfiguration - Interface in com.kobylynskyi.graphql.codegen.model
-
Defines all properties that should be parsed in the plugin.
- GraphQLCodegenValidate - Class in com.kobylynskyi.graphql.codegen
-
Validator of GraphQL schemas
- GraphQLCodegenValidate(List<String>) - Constructor for class com.kobylynskyi.graphql.codegen.GraphQLCodegenValidate
-
- GraphQLError - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
- GraphQLError() - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
-
- GraphQLError(String, List<GraphQLErrorSourceLocation>, GraphQLErrorType, List<Object>, Map<String, Object>) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
-
- GraphQLErrorSourceLocation - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
- GraphQLErrorSourceLocation() - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
-
- GraphQLErrorSourceLocation(int, int, String) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
-
- GraphQLErrorType - Enum in com.kobylynskyi.graphql.codegen.model.graphql
-
- GraphQLOperation - Enum in com.kobylynskyi.graphql.codegen.model.graphql
-
- GraphQLOperationRequest - Interface in com.kobylynskyi.graphql.codegen.model.graphql
-
The contract for GraphQL request
- GraphQLParametrizedInput - Interface in com.kobylynskyi.graphql.codegen.model.graphql
-
The implementation class should contain the input values of the field definition.
- GraphQLRequest - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
Class which represents GraphQL Request
- GraphQLRequest(GraphQLOperationRequest) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
-
- GraphQLRequest(GraphQLOperationRequest, GraphQLResponseProjection) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
-
- GraphQLRequestSerializer - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
- GraphQLResponseField - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
Class which contains all information about a field which should
be returned back to the client.
- GraphQLResponseField(String) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
-
- GraphQLResponseProjection - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
The implementation class should basically contain the fields of the particular type which
should be returned back to the client.
- GraphQLResponseProjection() - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseProjection
-
- GraphQLResult<T> - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
GraphQL response.
- GraphQLResult() - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResult
-
- GraphQLResult(T, List<GraphQLError>) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResult
-
- groupBySourceLocationFile() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedObjectTypeDefinition
-
Get definition and its extensions grouped by source location.
- groupBySourceLocationFolder() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedObjectTypeDefinition
-