- generate() - Method in interface com.kobylynskyi.graphql.codegen.generators.FilesGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.EnumsGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.FieldResolversGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.InputGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.InterfaceGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.JacksonTypeIdResolverGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.OperationsGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.ParametrizedInputGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.RequestResponseGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.ResponseProjectionGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.TypeGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.generators.impl.UnionGenerator
-
- generate() - Method in class com.kobylynskyi.graphql.codegen.GraphQLCodegen
-
Entry point.
- GENERATE_ALL_METHOD_IN_PROJECTION - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
-
- GENERATE_MODEL_OPEN_CLASSES - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
-
- GENERATE_NOARGS_CONSTRUCTOR_ONLY - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
-
- GENERATE_SEALED_INTERFACES - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
-
- GENERATED_ANNOTATION - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
-
- GENERATED_INFO - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
-
- GeneratedInformation - Class in com.kobylynskyi.graphql.codegen.model
-
A class used for building a @Generated annotation on top of each generated class
- GeneratedInformation(MappingConfig) - Constructor for class com.kobylynskyi.graphql.codegen.model.GeneratedInformation
-
- GeneratedInformation(Supplier<ZonedDateTime>, MappingConfig) - Constructor for class com.kobylynskyi.graphql.codegen.model.GeneratedInformation
-
- GeneratedLanguage - Enum in com.kobylynskyi.graphql.codegen.model
-
Enum containing all supported langugages for code generation
- generateField(MappingContext, ExtendedFieldDefinition, ExtendedDefinition<?, ?>) - Static method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionToParameterMapper
-
Check whether the given field should be generated.
- generateResolversForField(MappingContext, ExtendedFieldDefinition, ExtendedDefinition<?, ?>) - 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.MergeableMappingConfigSupplier
-
- getAddGeneratedAnnotation() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether generated classes should be annotated with @Generated
- getAddGeneratedAnnotation() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getAddGeneratedAnnotation() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getAdditionalAnnotations(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.java.JavaAnnotationsMapper
-
- getAdditionalAnnotations(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinAnnotationsMapper
-
- getAdditionalAnnotations(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.mapper.AnnotationsMapper
-
- getAdditionalAnnotations(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaAnnotationsMapper
-
- getAlias() - Method in interface com.kobylynskyi.graphql.codegen.model.graphql.GraphQLOperationRequest
-
Alias of GraphQL operation.
- getAlias() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
-
- getAll(MappingContext, DataModelMapperFactory) - Static method in class com.kobylynskyi.graphql.codegen.generators.FilesGeneratorsFactory
-
Factory method for building files generators
- getAnnotation() - Method in class com.kobylynskyi.graphql.codegen.model.DeprecatedDefinition
-
- getAnnotations(MappingContext, Type<?>, NamedNode<?>, String, boolean) - Method in class com.kobylynskyi.graphql.codegen.mapper.AnnotationsMapper
-
Get annotations for a given GraphQL type
- getAnnotations(MappingContext, ExtendedDefinition<?, ?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.AnnotationsMapper
-
- getAnnotations(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.mapper.AnnotationsMapper
-
- getAnnotations(MappingContext, String, String, String, List<Directive>, boolean, NamedNode<?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.AnnotationsMapper
-
Get annotations for a given GraphQL type
- getAnnotations() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
-
- getAnnotations() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getAnnotationsForDirective(MappingContext, List<String>, Directive) - Method in class com.kobylynskyi.graphql.codegen.mapper.AnnotationsMapper
-
Get a list of annotations for a given directive based on mapping config
- getAnnotationsMapper() - Method in class com.kobylynskyi.graphql.codegen.java.JavaMapperFactoryImpl
-
- getAnnotationsMapper() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinMapperFactoryImpl
-
- getAnnotationsMapper() - Method in interface com.kobylynskyi.graphql.codegen.mapper.MapperFactory
-
- getAnnotationsMapper() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaMapperFactoryImpl
-
- getApiInterfaceStrategy() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies the strategy of generating api interfaces.
- getApiInterfaceStrategy() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiInterfaceStrategy() - 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
-
- getApiReturnListType() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Return type for api methods (query / subscription) that return list values
For example: reactor.core.publisher.Flux
- getApiReturnListType() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiReturnListType() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getApiReturnType() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Return type for api methods (query / subscription)
For example: reactor.core.publisher.Mono
- getApiReturnType() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getApiReturnType() - 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
-
- getArrayJoiner() - Method in class com.kobylynskyi.graphql.codegen.java.JavaValueFormatter
-
- getArrayJoiner() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinValueFormatter
-
- getArrayJoiner() - Method in interface com.kobylynskyi.graphql.codegen.mapper.ValueFormatter
-
- getArrayJoiner() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaValueFormatter
-
- getColumn() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
-
- getConnectionType() - Method in class com.kobylynskyi.graphql.codegen.model.RelayConfig
-
- 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
-
- getCustomTemplates() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Can be used to supply paths to custom FreeMarker templates for code generation.
- getCustomTemplates() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getCustomTemplates() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getCustomTemplatesRoot() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Can be used to specify the root directory for the custom FreeMaker templates
- getCustomTemplatesRoot() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getCustomTemplatesRoot() - 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(String) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponse
-
- getData() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResult
-
- getDataModelMapper() - Method in class com.kobylynskyi.graphql.codegen.java.JavaMapperFactoryImpl
-
- getDataModelMapper() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinMapperFactoryImpl
-
- getDataModelMapper() - Method in interface com.kobylynskyi.graphql.codegen.mapper.MapperFactory
-
- getDataModelMapper() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaMapperFactoryImpl
-
- 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
-
- getDefinitionInParentType() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getDeprecated() - Method in class com.kobylynskyi.graphql.codegen.model.EnumValueDefinition
-
- getDeprecated() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
-
- getDeprecated() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getDeprecated() - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
-
- 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
-
- getDirectiveArgumentName() - Method in class com.kobylynskyi.graphql.codegen.model.RelayConfig
-
- getDirectiveName() - Method in class com.kobylynskyi.graphql.codegen.model.RelayConfig
-
- getDirectiveNames() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
-
Return all directives for this definition
- getDirectives(NamedNode<?>) - Static method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
- getDirectives() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
-
Return all directives for this definition
- getDocument() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getDocumentFromIntrospectionResult(MappingConfig, String) - Static method in class com.kobylynskyi.graphql.codegen.parser.GraphQLDocumentParser
-
Generate an extended document from introspection result file
- getDocumentFromSchemas(MappingConfig, List<String>) - Static method in class com.kobylynskyi.graphql.codegen.parser.GraphQLDocumentParser
-
Generate an extended document from schema files
- getEmptyListValue() - Method in class com.kobylynskyi.graphql.codegen.java.JavaValueFormatter
-
- getEmptyListValue() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinValueFormatter
-
- getEmptyListValue() - Method in interface com.kobylynskyi.graphql.codegen.mapper.ValueFormatter
-
- getEmptyListValue() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaValueFormatter
-
- getEntry(Object) - Static method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer
-
- getEntry(Object, boolean) - Static method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer
-
Serialize object to a string
- getEnumDefinitionMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
-
- getEnumDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getEnumImportItSelfInScala() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- 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
-
Get fields with extended information of the given interface
- getFieldDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedObjectTypeDefinition
-
Get fields with extended information of the given object
- getFieldDefinitionsToResolverMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
-
- getFieldDefToParamMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
-
- getFieldNamesWithResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
Get names of all the fields that require separate resolver class.
- getFieldsToExcludeFromGeneration() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Fields that WILL NOT be generated.
- getFieldsToExcludeFromGeneration() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getFieldsToExcludeFromGeneration() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getFieldsWithoutResolvers() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Fields that DO NOT require Resolvers.
- 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.
- getFieldsWithResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getFieldsWithResolvers() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getFieldVisibility(MappingContext) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
-
- getFileContent(String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
-
Get content of the file.
- getFileExtension() - Method in enum com.kobylynskyi.graphql.codegen.model.GeneratedLanguage
-
- getGenerateAllMethodInProjection() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Enables the generation of the all$ method in the projection classes of the client.
- getGenerateAllMethodInProjection() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateAllMethodInProjection() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- 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
-
- getGenerateApisWithSuspendFunctions() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Whether signatures of API interface methods should have suspend
modifier.
- getGenerateApisWithSuspendFunctions() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateApisWithSuspendFunctions() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getGenerateApisWithThrowsException() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Whether signatures of API interface methods should have throws Exception
.
- getGenerateApisWithThrowsException() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateApisWithThrowsException() - 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
-
- getGeneratedAnnotation() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Returns a qualified class name (with package) of the Generated annotation that will be added on top of every
generated class.
- getGeneratedAnnotation() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGeneratedAnnotation() - 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
-
- getGeneratedLanguage() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Generate code with lang
- getGeneratedLanguage() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGeneratedLanguage() - 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
-
- getGenerateJacksonTypeIdResolver() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether generated union interfaces should be annotated with a Jackson type id resolver generated in
model package.
- getGenerateJacksonTypeIdResolver() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getGenerateJacksonTypeIdResolver() - 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
-
- getGenericParameter(String) - Static method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
-
- getGenericsString(MappingContext, String, String) - Method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
Wrap string into generics type
- getGenericsString(MappingContext, String, String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
-
- getGetterMethodName() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getGraphqlName() - Method in class com.kobylynskyi.graphql.codegen.model.EnumValueDefinition
-
- getGraphQLTypeMapper() - Method in class com.kobylynskyi.graphql.codegen.java.JavaMapperFactoryImpl
-
- getGraphQLTypeMapper() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinMapperFactoryImpl
-
- getGraphQLTypeMapper() - Method in interface com.kobylynskyi.graphql.codegen.mapper.MapperFactory
-
- getGraphQLTypeMapper() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaMapperFactoryImpl
-
- getGraphqlTypeName() - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
-
- 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.
- getInputDefinitionMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
-
- getInputDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getInputParameters() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getInputsName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getInterfaceChildren() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
Construct a map having interface name as a key and all children (that are extending this interface) as a value
- getInterfaceChildren() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getInterfaceDefinitionMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
-
- 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
-
- getJacksonResolverTypeIdAnnotation(String) - Method in class com.kobylynskyi.graphql.codegen.java.JavaAnnotationsMapper
-
- getJacksonResolverTypeIdAnnotation(String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinAnnotationsMapper
-
- getJacksonResolverTypeIdAnnotation(String) - Method in class com.kobylynskyi.graphql.codegen.mapper.AnnotationsMapper
-
Get language specific Jackson type id resolver annotation
- getJacksonResolverTypeIdAnnotation(String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaAnnotationsMapper
-
- getJacksonTypeIdAnnotations(MappingContext, NamedNode<?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.AnnotationsMapper
-
Get Jackson type id resolver annotations
- getJavaDoc() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedFieldDefinition
-
Get java doc of GraphQL field
- 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
-
- getJavaName() - Method in class com.kobylynskyi.graphql.codegen.model.EnumValueDefinition
-
- getJavaName() - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
-
- getKey() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.Pair
-
- getLanguageType(MappingContext, String, String, String, boolean, boolean) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
-
- getLanguageType(MappingContext, Type<?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
Convert GraphQL type to a corresponding language-specific type
- getLanguageType(MappingContext, Type<?>, String, String) - Method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
Convert GraphQL type to a corresponding language-specific type (java/scala/kotlin/etc)
- getLanguageType(MappingContext, Type<?>, String, String, boolean, boolean) - Method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
Convert GraphQL type to a corresponding language-specific type (java/scala/kotlin/etc)
- getLanguageType(MappingContext, String, String, String, boolean, boolean) - Method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
Convert GraphQL type to a corresponding language-specific type (java/scala/kotlin/etc)
- getLine() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
-
- getListJoiner() - Method in class com.kobylynskyi.graphql.codegen.java.JavaValueFormatter
-
- getListJoiner() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinValueFormatter
-
- getListJoiner() - Method in interface com.kobylynskyi.graphql.codegen.mapper.ValueFormatter
-
- getListJoiner() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaValueFormatter
-
- getLocations() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
-
- getMandatoryType(String) - Static method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
- getMapperFactory() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
-
- 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
-
- getModelClassNameWithPrefixAndSuffix(MappingContext, ExtendedDefinition<?, ?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
-
Generates a model class name including prefix and suffix (if any)
- getModelClassNameWithPrefixAndSuffix(MappingContext, String) - Static method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
-
Generates a model class name including prefix and suffix (if any)
- 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(MappingContext) - Static method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
-
Get java package name for model class.
- 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.OperationDefinition
-
- getName() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- getName() - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
-
- getNestedTypeName(Type<?>) - Static method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
Get nested type of GraphQL Type.
- getNullValue() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinValueFormatter
-
- getNullValue() - Method in interface com.kobylynskyi.graphql.codegen.mapper.ValueFormatter
-
- 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.
- getOperationName() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
-
- getOperationName() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequests
-
- getOperationsName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getOperationsNames() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- 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
-
- getOutputDirectory() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- 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
-
- getParametrizedResolverAnnotations() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Annotations that will be added to all parametrized resolver methods.
- getParametrizedResolverAnnotations() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getParametrizedResolverAnnotations() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getParentInterface(MappingContext, String) - Static method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionsToResolverDataModelMapper
-
Get parent Interface name
- getParentInterfaceProperties() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
Get a list of fields for each interface
This method is used only for Scala and Kotlin
- 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
-
- getReason() - Method in class com.kobylynskyi.graphql.codegen.model.DeprecatedDefinition
-
- getRelayConfig() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Relay-related configurations.
- getRelayConfig() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getRelayConfig() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getRequest() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
-
- getRequestResponseDefinitionMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
-
- getRequests() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequests
-
- 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
-
- getResolverArgumentAnnotations() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Annotations that will be added to all resolver arguments.
- getResolverArgumentAnnotations() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getResolverArgumentAnnotations() - 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
-
- getResponseProjectionMaxDepth() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Limit depth when `all$` invoke which has subProjections
- getResponseProjectionMaxDepth() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getResponseProjectionMaxDepth() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- 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
-
- getResponseReturnType(MappingContext, ExtendedFieldDefinition, NamedDefinition, String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
-
- getResponseReturnType(MappingContext, ExtendedFieldDefinition, NamedDefinition, String) - Method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
- 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
-
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
-
- getTypeConsideringPrimitive(MappingContext, NamedDefinition, String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
-
- getTypeConsideringPrimitive(MappingContext, NamedDefinition, String) - Method in class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
- getTypeDefinitionMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
-
- 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
-
- getTypesAsInterfaces() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Types that must generated as interfaces.
- getTypesAsInterfaces() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getTypesAsInterfaces() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getTypesUnionsInterfacesNames() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
Get a joint list of names of all types, unions and interfaces
- getTypesUnionsInterfacesNames() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getUnionDefinitionMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
-
- getUnionDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getUnionsNames() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
-
- getUnionsNames() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getUnknownFieldsPropertyName() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies the name of the property to be included in api classes to support unknown
fields during serialization or deserialization
- getUnknownFieldsPropertyName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getUnknownFieldsPropertyName() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getUseObjectMapperForInputSerialization() - Method in interface com.kobylynskyi.graphql.codegen.model.graphql.GraphQLOperationRequest
-
Fields that require serialization using
ObjectMapper.writeValueAsString(Object)
- getUseObjectMapperForRequestSerialization() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Fields that require serialization using
ObjectMapper.writeValueAsString(Object)
- getUseObjectMapperForRequestSerialization() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getUseObjectMapperForRequestSerialization() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getUseOptionalForNullableReturnTypes() - Method in interface com.kobylynskyi.graphql.codegen.model.GraphQLCodegenConfiguration
-
Specifies whether return types of generated API interface should be wrapped into java.util.Optional
- getUseOptionalForNullableReturnTypes() - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
-
- getUseOptionalForNullableReturnTypes() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
-
- getValue() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.Pair
-
- 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
-
- getValueMapper() - Method in class com.kobylynskyi.graphql.codegen.java.JavaAnnotationsMapper
-
- getValueMapper() - Method in class com.kobylynskyi.graphql.codegen.java.JavaMapperFactoryImpl
-
- getValueMapper() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinAnnotationsMapper
-
- getValueMapper() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinMapperFactoryImpl
-
- getValueMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.AnnotationsMapper
-
- getValueMapper() - Method in interface com.kobylynskyi.graphql.codegen.mapper.MapperFactory
-
- getValueMapper() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaAnnotationsMapper
-
- getValueMapper() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaMapperFactoryImpl
-
- getVisibility() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
-
- GraphQLCodegen - Class in com.kobylynskyi.graphql.codegen
-
Generates classes based on GraphQL schema.
- GraphQLCodegen(List<String>, File, MappingConfig, GeneratedInformation, MapperFactory) - Constructor for class com.kobylynskyi.graphql.codegen.GraphQLCodegen
-
- GraphQLCodegen(String, File, MappingConfig, GeneratedInformation, MapperFactory) - Constructor for class com.kobylynskyi.graphql.codegen.GraphQLCodegen
-
- GraphQLCodegen(List<String>, String, File, MappingConfig, MappingConfigSupplier, MapperFactory) - Constructor for class com.kobylynskyi.graphql.codegen.GraphQLCodegen
-
- GraphQLCodegen(List<String>, String, File, MappingConfig, MappingConfigSupplier, GeneratedInformation, MapperFactory) - 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
-
- GraphQLDocumentParser - Class in com.kobylynskyi.graphql.codegen.parser
-
Provides methods for extended document generation
- GraphQLError - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
A class describing GraphQL error
- 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
-
Source location of GraphQL error in the schema
- 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
-
Possible types of GraphQL errors
Copied from graphql-java library
- GraphQLOperation - Enum in com.kobylynskyi.graphql.codegen.model.graphql
-
GraphQL operations
- 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(String, GraphQLOperationRequest) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
-
- GraphQLRequest(GraphQLOperationRequest, GraphQLResponseProjection) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
-
- GraphQLRequest(String, GraphQLOperationRequest, GraphQLResponseProjection) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
-
- GraphQLRequests - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
Class which represents multiple GraphQL Requests
- GraphQLRequests(GraphQLRequest...) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequests
-
- GraphQLRequests(String, GraphQLRequest...) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequests
-
- GraphQLRequestSerializer - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
Serializer of GraphQL request.
- GraphQLResponse - Class in com.kobylynskyi.graphql.codegen.model.graphql
-
Generic class having content of GraphQL response
- GraphQLResponse() - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponse
-
- 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 contain the fields of the particular type that should be returned to the client.
- GraphQLResponseProjection() - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseProjection
-
- GraphQLResponseProjection(GraphQLResponseProjection) - Constructor for class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseProjection
-
- GraphQLResponseProjection(List<? extends 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
-
- GraphQLTypeMapper - Class in com.kobylynskyi.graphql.codegen.mapper
-
Map GraphQL type to language-specific type (java/scala/kotlin/etc)
- GraphQLTypeMapper() - Constructor for class com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
-
- 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
-