Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

addModelValidationAnnotationForType(String) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
addModelValidationAnnotationForType(String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
addModelValidationAnnotationForType(String) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
 
addModelValidationAnnotationForType(String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
addRequest(GraphQLRequest) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequests
 
alias(String) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
 
all$() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseProjection
 
all$(int) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseProjection
 
ANNOTATIONS - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
ApiInterfaceStrategy - Enum in com.kobylynskyi.graphql.codegen.model
 
ApiNamePrefixStrategy - Enum in com.kobylynskyi.graphql.codegen.model
 
ApiRootInterfaceStrategy - Enum in com.kobylynskyi.graphql.codegen.model
 

B

BUILDER - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 

C

capitalize(String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Capitalize a string.
capitalizeIfRestricted(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.java.JavaDataModelMapper
 
capitalizeIfRestricted(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinDataModelMapper
 
capitalizeIfRestricted(MappingContext, String) - Method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Capitalize field name if it is language-restricted.
capitalizeIfRestricted(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaDataModelMapper
 
capitalizeMethodNameIfRestricted(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.java.JavaDataModelMapper
 
capitalizeMethodNameIfRestricted(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinDataModelMapper
 
capitalizeMethodNameIfRestricted(MappingContext, String) - Method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Capitalize method name if it is language-restricted.
capitalizeMethodNameIfRestricted(MappingContext, String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaDataModelMapper
 
capitalizeString(String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
 
CLASS_NAME - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
com.kobylynskyi.graphql.codegen - package com.kobylynskyi.graphql.codegen
 
com.kobylynskyi.graphql.codegen.java - package com.kobylynskyi.graphql.codegen.java
 
com.kobylynskyi.graphql.codegen.kotlin - package com.kobylynskyi.graphql.codegen.kotlin
 
com.kobylynskyi.graphql.codegen.mapper - package com.kobylynskyi.graphql.codegen.mapper
 
com.kobylynskyi.graphql.codegen.model - package com.kobylynskyi.graphql.codegen.model
 
com.kobylynskyi.graphql.codegen.model.definitions - package com.kobylynskyi.graphql.codegen.model.definitions
 
com.kobylynskyi.graphql.codegen.model.exception - package com.kobylynskyi.graphql.codegen.model.exception
 
com.kobylynskyi.graphql.codegen.model.graphql - package com.kobylynskyi.graphql.codegen.model.graphql
 
com.kobylynskyi.graphql.codegen.scala - package com.kobylynskyi.graphql.codegen.scala
 
com.kobylynskyi.graphql.codegen.supplier - package com.kobylynskyi.graphql.codegen.supplier
 
com.kobylynskyi.graphql.codegen.utils - package com.kobylynskyi.graphql.codegen.utils
 
Combinable<T> - Interface in com.kobylynskyi.graphql.codegen.model
The interface Combinable.
combine(T) - Method in interface com.kobylynskyi.graphql.codegen.model.Combinable
Combine with source.
combine(MappingConfig) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
createDataModelMapper() - Method in class com.kobylynskyi.graphql.codegen.java.JavaMapperFactoryImpl
 
createDataModelMapper() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinMapperFactoryImpl
 
createDataModelMapper() - Method in interface com.kobylynskyi.graphql.codegen.MapperFactory
 
createDataModelMapper() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaMapperFactoryImpl
 
createDirIfAbsent(File) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Create directory if it is absent.
createGraphQLTypeMapper(ValueMapper) - Method in class com.kobylynskyi.graphql.codegen.java.JavaMapperFactoryImpl
 
createGraphQLTypeMapper(ValueMapper) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinMapperFactoryImpl
 
createGraphQLTypeMapper(ValueMapper) - Method in interface com.kobylynskyi.graphql.codegen.MapperFactory
 
createGraphQLTypeMapper(ValueMapper) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaMapperFactoryImpl
 
createValueFormatter() - Method in class com.kobylynskyi.graphql.codegen.java.JavaMapperFactoryImpl
 
createValueFormatter() - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinMapperFactoryImpl
 
createValueFormatter() - Method in interface com.kobylynskyi.graphql.codegen.MapperFactory
 
createValueFormatter() - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaMapperFactoryImpl
 

D

DATA_FETCHING_ENVIRONMENT - Static variable in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
DataModelFields - Class in com.kobylynskyi.graphql.codegen.model
Freemarker data model field names
DataModelMapper - Interface in com.kobylynskyi.graphql.codegen.mapper
 
DataModelMapperFactory - Class in com.kobylynskyi.graphql.codegen.mapper
 
DataModelMapperFactory(MapperFactory) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
 
DATE_TIME_FORMAT - Static variable in class com.kobylynskyi.graphql.codegen.model.GeneratedInformation
 
DEFAULT_API_INTERFACE_STRATEGY - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_API_INTERFACE_STRATEGY_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_API_NAME_PREFIX_STRATEGY - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_API_NAME_PREFIX_STRATEGY_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_API_ROOT_INTERFACE_STRATEGY - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_API_ROOT_INTERFACE_STRATEGY_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_BUILDER - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_BUILDER_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_EQUALS_AND_HASHCODE - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_EQUALS_AND_HASHCODE_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_APIS - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_APIS_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_APIS_WITH_THROWS_EXCEPTION - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_APIS_WITH_THROWS_EXCEPTION_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_CLIENT - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_CLIENT_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_DATA_FETCHING_ENV - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_DATA_FETCHING_ENV_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_EXTENSION_FIELDS_RESOLVERS - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_EXTENSION_FIELDS_RESOLVERS_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_IMMUTABLE_MODELS - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_IMMUTABLE_MODELS_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_MODELS_FOR_ROOT_TYPES - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_MODELS_FOR_ROOT_TYPES_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_PARAMETERIZED_FIELDS_RESOLVERS - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATE_PARAMETERIZED_FIELDS_RESOLVERS_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATED_LANGUAGE - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_GENERATED_LANGUAGE_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_INCLUDE_PATTERN - Static variable in class com.kobylynskyi.graphql.codegen.supplier.SchemaFinder
 
DEFAULT_PARAMETRIZED_INPUT_SUFFIX - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_RECURSIVE - Static variable in class com.kobylynskyi.graphql.codegen.supplier.SchemaFinder
 
DEFAULT_REQUEST_SUFFIX - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_RESOLVER_SUFFIX - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_RESPONSE_PROJECTION_MAX_DEPTH - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_RESPONSE_PROJECTION_MAX_DEPTH_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_RESPONSE_PROJECTION_SUFFIX - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_RESPONSE_SUFFIX - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_SERIALIZATION_LIBRARY - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_TO_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_TO_STRING_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_USE_OPTIONAL_FOR_NULLABLE_RETURN_TYPES - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_USE_OPTIONAL_FOR_NULLABLE_RETURN_TYPES_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
DEFAULT_VALIDATION_ANNOTATION - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
defaultValueKotlinPrimitive(String) - Static method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
definition - Variable in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
Nullable because some schemas can have just "extends"
deleteDir(File) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Deletes a given directory recursively.
DEPRECATED - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
DeprecatedDefinition - Class in com.kobylynskyi.graphql.codegen.model
 
DeprecatedDefinition(String) - Constructor for class com.kobylynskyi.graphql.codegen.model.DeprecatedDefinition
 
DeprecatedDefinition(String, String) - Constructor for class com.kobylynskyi.graphql.codegen.model.DeprecatedDefinition
field reason Only support in Scala/Kotlin.

E

ENUM_IMPORT_IT_SELF_IN_SCALA - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
EnumDefinitionToDataModelMapper - Class in com.kobylynskyi.graphql.codegen.mapper
Map enum definition to a Freemarker data model
EnumDefinitionToDataModelMapper(GraphQLTypeMapper, DataModelMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.EnumDefinitionToDataModelMapper
 
EnumValueDefinition - Class in com.kobylynskyi.graphql.codegen.model
Freemarker-understandable format of enum value definition
EnumValueDefinition(String, String, List<String>, DeprecatedDefinition) - Constructor for class com.kobylynskyi.graphql.codegen.model.EnumValueDefinition
 
equals(Object) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
 
equals(Object) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
 
equals(Object) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
 
EQUALS_AND_HASH_CODE - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
escapeJsonString(String) - Static method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer
Encodes the value as a JSON string according to http://json.org/ rules
ExtendedDefinition<T extends graphql.language.NamedNode<T>,E extends T> - Class in com.kobylynskyi.graphql.codegen.model.definitions
Base class for all GraphQL definition types that contains base definition and its extensions
ExtendedDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
 
ExtendedDocument - Class in com.kobylynskyi.graphql.codegen.model.definitions
GraphQL document that holds all extended definitions
ExtendedDocument(Collection<ExtendedObjectTypeDefinition>, Collection<ExtendedObjectTypeDefinition>, Collection<ExtendedInputObjectTypeDefinition>, Collection<ExtendedEnumTypeDefinition>, Collection<ExtendedScalarTypeDefinition>, Collection<ExtendedInterfaceTypeDefinition>, Collection<ExtendedUnionTypeDefinition>) - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
 
ExtendedEnumTypeDefinition - Class in com.kobylynskyi.graphql.codegen.model.definitions
 
ExtendedEnumTypeDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedEnumTypeDefinition
 
ExtendedFieldDefinition - Class in com.kobylynskyi.graphql.codegen.model.definitions
Used to identify whether the field definition comes from the extension or base definition
ExtendedFieldDefinition(FieldDefinition, boolean) - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedFieldDefinition
 
ExtendedImplementingTypeDefinition<T extends graphql.language.ImplementingTypeDefinition<T>,E extends T> - Class in com.kobylynskyi.graphql.codegen.model.definitions
Base class for all GraphQL definition types that might implement interfaces
ExtendedImplementingTypeDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedImplementingTypeDefinition
 
ExtendedInputObjectTypeDefinition - Class in com.kobylynskyi.graphql.codegen.model.definitions
 
ExtendedInputObjectTypeDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedInputObjectTypeDefinition
 
ExtendedInterfaceTypeDefinition - Class in com.kobylynskyi.graphql.codegen.model.definitions
 
ExtendedInterfaceTypeDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedInterfaceTypeDefinition
 
ExtendedObjectTypeDefinition - Class in com.kobylynskyi.graphql.codegen.model.definitions
 
ExtendedObjectTypeDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedObjectTypeDefinition
 
ExtendedScalarTypeDefinition - Class in com.kobylynskyi.graphql.codegen.model.definitions
 
ExtendedScalarTypeDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedScalarTypeDefinition
 
ExtendedUnionTypeDefinition - Class in com.kobylynskyi.graphql.codegen.model.definitions
 
ExtendedUnionTypeDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedUnionTypeDefinition
 
extensions - Variable in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
 

F

FieldDefinitionsToResolverDataModelMapper - Class in com.kobylynskyi.graphql.codegen.mapper
Map field definitions to a Freemarker data model representing a resolver for these fields.
FieldDefinitionsToResolverDataModelMapper(GraphQLTypeMapper, DataModelMapper, InputValueDefinitionToParameterMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionsToResolverDataModelMapper
 
FieldDefinitionToParameterMapper - Class in com.kobylynskyi.graphql.codegen.mapper
Mapper from GraphQL's FieldDefinition to a Freemarker-understandable format
FieldDefinitionToParameterMapper(GraphQLTypeMapper, DataModelMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionToParameterMapper
 
FIELDS - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
fields - Variable in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseProjection
 
findSchemas() - Method in class com.kobylynskyi.graphql.codegen.supplier.SchemaFinder
Walks the directory tree starting at the root provided in the constructor to find GraphQL schemas.
format(String, String) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.ValueFormatter
 
formatList(List<String>, String) - Method in interface com.kobylynskyi.graphql.codegen.mapper.ValueFormatter
 
FORMATTER_TO_ARRAY - Static variable in interface com.kobylynskyi.graphql.codegen.mapper.ValueFormatter
 
FORMATTER_TO_ARRAY_OF_STRINGS - Static variable in interface com.kobylynskyi.graphql.codegen.mapper.ValueFormatter
 
FORMATTER_TO_STRING - Static variable in interface com.kobylynskyi.graphql.codegen.mapper.ValueFormatter
 

G

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
 
GeneratedLanguage - Enum in com.kobylynskyi.graphql.codegen.model
 
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.JsonMappingConfigSupplier
 
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
 
getAnnotation() - Method in class com.kobylynskyi.graphql.codegen.model.DeprecatedDefinition
 
getAnnotationForDirective(MappingContext, List<String>, Directive) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
 
getAnnotations(MappingContext, Type<?>, NamedNode<?>, String, boolean) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
Get annotations for a given GraphQL type
getAnnotations(MappingContext, ExtendedDefinition<?, ?>) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
 
getAnnotations(MappingContext, String) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
 
getAnnotations(MappingContext, String, String, String, List<Directive>, boolean) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
 
getAnnotations() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
getAnnotations() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
getApiClassNameWithPrefixAndSuffix(MappingContext, ExtendedFieldDefinition, String, List<String>) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Generates an api class name including prefix and suffix (if any) Examples: CreateEventMutationResolver, EventsQueryResolver, EventsByIdsQueryResolver (rootTypeName is "Query" or the likes)
getApiClassNameWithPrefixAndSuffix(MappingContext, ExtendedObjectTypeDefinition) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Generates an api class name including prefix and suffix (if any) Examples: MutationResolver, QueryResolver, etc
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(MappingContext) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Get java package name for api class.
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
 
getApiPrefix(MappingContext, SourceLocation) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Get the prefix for api class name based on the defined strategy and GraphQL node source location.
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
 
getClassNameSuffixWithInputValues(ExtendedFieldDefinition) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Builds a className suffix based on the input values.
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
 
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.mapper.DataModelMapperFactory
 
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
 
getDeprecated(MappingContext, DirectivesContainer<?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.EnumDefinitionToDataModelMapper
 
getDeprecated(MappingContext, DirectivesContainer<?>) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
 
getDeprecated(MappingContext) - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedFieldDefinition
 
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
 
getDirectives(NamedNode<?>) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
 
getDocument() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
 
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
 
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
 
getFieldDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedObjectTypeDefinition
 
getFieldDefinitionsToResolverMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
 
getFieldDefinitionToParameterMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
 
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
 
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
 
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
 
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
 
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
 
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
 
getGenericsString(MappingContext, String, String) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
getGenericsString(MappingContext, String, String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
getGenericsString(MappingContext, String, String) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
Wrap string into generics type
getGenericsString(MappingContext, String, String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
getGraphqlName() - Method in class com.kobylynskyi.graphql.codegen.model.EnumValueDefinition
 
getGraphqlTypeName() - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
getImplements() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedImplementingTypeDefinition
 
getImports(MappingContext, String) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Returns imports required for a generated class: - model package name - generic package name
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
 
getInterfaceChildren() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
 
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
 
getInterfacesOfType(ExtendedImplementingTypeDefinition<?, ?>, ExtendedDocument) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Scan document and return all interfaces that given type implements.
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
 
getJavaDocFromComments() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
 
getJavaDocFromDescription() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
 
getJavaName() - Method in class com.kobylynskyi.graphql.codegen.model.EnumValueDefinition
 
getJavaName() - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
getLanguageDeprecated(GeneratedLanguage, Directive) - Static method in class com.kobylynskyi.graphql.codegen.model.MultiLanguageDeprecated
 
getLanguageType(MappingContext, String, String, String, boolean, boolean) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
getLanguageType(MappingContext, Type<?>) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
Convert GraphQL type to a corresponding language-specific type
getLanguageType(MappingContext, Type<?>, String, String) - Method in interface 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 interface 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 interface 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 interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
 
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.kotlin.KotlinDataModelMapper
 
getModelClassNameWithPrefixAndSuffix(MappingContext, String) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Generates a model class name including prefix and suffix (if any)
getModelClassNameWithPrefixAndSuffix(MappingContext, ExtendedDefinition<?, ?>) - Method in interface 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 interface 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 interface 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.
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(MappingContext, ExtendedFieldDefinition, ExtendedDefinition<?, ?>) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Generates a class name for ParametrizedInput
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
 
getParentFileNameFunction() - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
 
getParentInterface(MappingContext, String) - Static method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionsToResolverDataModelMapper
 
getParentInterfaceProperties() - Method in class com.kobylynskyi.graphql.codegen.model.MappingContext
 
getPath() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
 
getPrefixFromSourceLocation(SourceLocation, Function<File, String>) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Get the prefix (used as a prefix for class names) from GraphQL source location (file) using the supplied function fileStringFunction.
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
 
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
 
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 interface 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
 
getTypeResolverClassNameWithPrefixAndSuffix(MappingContext, String) - Static method in interface com.kobylynskyi.graphql.codegen.mapper.DataModelMapper
Generates a type resolver class name including prefix and suffix (if any)
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
 
getUnionDefinitionMapper() - Method in class com.kobylynskyi.graphql.codegen.mapper.DataModelMapperFactory
 
getUnionDefinitions() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDocument
 
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
 
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
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
 
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
 
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
 
GraphQLRequestSerializer - Class in com.kobylynskyi.graphql.codegen.model.graphql
 
GraphQLResponse - Class in com.kobylynskyi.graphql.codegen.model.graphql
 
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 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
 
GraphQLTypeMapper - Interface in com.kobylynskyi.graphql.codegen.mapper
Map GraphQL type to language-specific type (java/scala/kotlin/etc)
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
 

H

hasErrors() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResult
 
hashCode() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
 
hashCode() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
 
hashCode() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
 

I

IMMUTABLE_MODELS - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
IMPLEMENTS - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
IMPORTS - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
initCustomTypeMappings(Collection<ExtendedScalarTypeDefinition>) - Method in class com.kobylynskyi.graphql.codegen.GraphQLCodegen
 
initCustomTypeMappings(Collection<ExtendedScalarTypeDefinition>) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLCodegen
 
initCustomTypeMappings(Collection<ExtendedScalarTypeDefinition>) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLCodegen
 
initCustomTypeMappings(Collection<ExtendedScalarTypeDefinition>) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLCodegen
 
initDefaultValues(MappingConfig) - Method in class com.kobylynskyi.graphql.codegen.GraphQLCodegen
 
initDefaultValues(MappingConfig) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLCodegen
 
initDefaultValues(MappingConfig) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLCodegen
 
InputDefinitionToDataModelMapper - Class in com.kobylynskyi.graphql.codegen.mapper
Map input type definition to a Freemarker data model
InputDefinitionToDataModelMapper(GraphQLTypeMapper, DataModelMapper, InputValueDefinitionToParameterMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.InputDefinitionToDataModelMapper
 
InputValueDefinitionToParameterMapper - Class in com.kobylynskyi.graphql.codegen.mapper
Mapper from GraphQL's InputValueDefinition to a Freemarker-understandable format
InputValueDefinitionToParameterMapper(ValueMapper, GraphQLTypeMapper, DataModelMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.InputValueDefinitionToParameterMapper
 
InterfaceDefinitionToDataModelMapper - Class in com.kobylynskyi.graphql.codegen.mapper
Map interface definition to a Freemarker data model
InterfaceDefinitionToDataModelMapper(GraphQLTypeMapper, DataModelMapper, FieldDefinitionToParameterMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.InterfaceDefinitionToDataModelMapper
 
isBlank(CharSequence) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Copy of org.apache.commons.lang3.StringUtils#isBlank(CharSequence)
isDefinitionPartOfUnion(ExtendedDefinition<?, ?>) - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedUnionTypeDefinition
Find out if a given definition is part of a union.
isEmpty(Collection<?>) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Check if collection is empty.
isFromExtension() - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedFieldDefinition
 
isGraphqlOperation(String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Check whether the given type definition is either Query or Mutation or Subscription.
isInterface() - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
isJavaPrimitive(String) - Static method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
isKotlinPrimitive(String) - Static method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
isMandatory() - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
isNotBlank(CharSequence) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Inverted copy of org.apache.commons.lang3.StringUtils.isBlank(CharSequence cs)
isPrimitive(String) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
isPrimitive(String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
isPrimitive(String) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
Check if the time is primitive.
isPrimitive(String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
isPrimitiveCanBeUsed() - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
isScalaCollection(String) - Static method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
isScalaOption(String) - Static method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
isScalaPrimitive(String) - Static method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
isSerializeUsingObjectMapper() - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
isSerializeUsingObjectMapper() - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
isThrowsException() - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 

J

JAVA_DOC - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
JAVA_UTIL_LIST - Static variable in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
JavaDataModelMapper - Class in com.kobylynskyi.graphql.codegen.java
 
JavaDataModelMapper() - Constructor for class com.kobylynskyi.graphql.codegen.java.JavaDataModelMapper
 
JavaGraphQLCodegen - Class in com.kobylynskyi.graphql.codegen.java
 
JavaGraphQLCodegen(List<String>, File, MappingConfig, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.java.JavaGraphQLCodegen
 
JavaGraphQLCodegen(String, File, MappingConfig, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.java.JavaGraphQLCodegen
 
JavaGraphQLCodegen(List<String>, String, File, MappingConfig, MappingConfigSupplier) - Constructor for class com.kobylynskyi.graphql.codegen.java.JavaGraphQLCodegen
 
JavaGraphQLCodegen(List<String>, String, File, MappingConfig, MappingConfigSupplier, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.java.JavaGraphQLCodegen
 
JavaGraphQLTypeMapper - Class in com.kobylynskyi.graphql.codegen.java
 
JavaGraphQLTypeMapper(ValueMapper) - Constructor for class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
JavaMapperFactoryImpl - Class in com.kobylynskyi.graphql.codegen.java
 
JavaMapperFactoryImpl() - Constructor for class com.kobylynskyi.graphql.codegen.java.JavaMapperFactoryImpl
 
JavaValueFormatter - Class in com.kobylynskyi.graphql.codegen.java
 
JavaValueFormatter() - Constructor for class com.kobylynskyi.graphql.codegen.java.JavaValueFormatter
 
JsonMappingConfigSupplier - Class in com.kobylynskyi.graphql.codegen.supplier
Retrieve a MappingConfig fro json configuration file.
JsonMappingConfigSupplier(String) - Constructor for class com.kobylynskyi.graphql.codegen.supplier.JsonMappingConfigSupplier
Instantiates a new Json configuration file supplier.

K

KotlinDataModelMapper - Class in com.kobylynskyi.graphql.codegen.kotlin
 
KotlinDataModelMapper() - Constructor for class com.kobylynskyi.graphql.codegen.kotlin.KotlinDataModelMapper
 
KotlinGraphQLCodegen - Class in com.kobylynskyi.graphql.codegen.kotlin
 
KotlinGraphQLCodegen(List<String>, File, MappingConfig, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLCodegen
 
KotlinGraphQLCodegen(String, File, MappingConfig, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLCodegen
 
KotlinGraphQLCodegen(List<String>, String, File, MappingConfig, MappingConfigSupplier) - Constructor for class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLCodegen
 
KotlinGraphQLCodegen(List<String>, String, File, MappingConfig, MappingConfigSupplier, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLCodegen
 
KotlinGraphQLTypeMapper - Class in com.kobylynskyi.graphql.codegen.kotlin
 
KotlinGraphQLTypeMapper(ValueMapper) - Constructor for class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
KotlinMapperFactoryImpl - Class in com.kobylynskyi.graphql.codegen.kotlin
 
KotlinMapperFactoryImpl() - Constructor for class com.kobylynskyi.graphql.codegen.kotlin.KotlinMapperFactoryImpl
 
KotlinValueFormatter - Class in com.kobylynskyi.graphql.codegen.kotlin
 
KotlinValueFormatter() - Constructor for class com.kobylynskyi.graphql.codegen.kotlin.KotlinValueFormatter
 

L

LanguageNotSupportedException - Exception in com.kobylynskyi.graphql.codegen.model.exception
 
LanguageNotSupportedException(GeneratedLanguage) - Constructor for exception com.kobylynskyi.graphql.codegen.model.exception.LanguageNotSupportedException
 

M

map(MappingContext, ExtendedEnumTypeDefinition) - Method in class com.kobylynskyi.graphql.codegen.mapper.EnumDefinitionToDataModelMapper
Map field definition to a Freemarker data model
map(MappingContext, ExtendedInputObjectTypeDefinition) - Method in class com.kobylynskyi.graphql.codegen.mapper.InputDefinitionToDataModelMapper
Map input type definition to a Freemarker data model
map(MappingContext, List<InputValueDefinition>, String) - Method in class com.kobylynskyi.graphql.codegen.mapper.InputValueDefinitionToParameterMapper
Map input value definition to a Freemarker-understandable data model type
map(MappingContext, ExtendedInterfaceTypeDefinition) - Method in class com.kobylynskyi.graphql.codegen.mapper.InterfaceDefinitionToDataModelMapper
Map interface definition to a Freemarker data model
map(MappingContext, ExtendedObjectTypeDefinition) - Method in class com.kobylynskyi.graphql.codegen.mapper.TypeDefinitionToDataModelMapper
Map type definition to a Freemarker data model
map(MappingContext, ExtendedUnionTypeDefinition) - Method in class com.kobylynskyi.graphql.codegen.mapper.UnionDefinitionToDataModelMapper
Map union definition to a Freemarker data model
map(MappingContext, Value<?>, Type<?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.ValueMapper
 
map(MappingContext, Value<?>, Type<?>, String) - Method in class com.kobylynskyi.graphql.codegen.mapper.ValueMapper
 
mapDirectiveArgumentValue(MappingContext, Argument, String) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
mapDirectiveArgumentValue(MappingContext, Argument, String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
mapDirectiveArgumentValue(MappingContext, Argument, String) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
Map value of the directive argument
mapDirectiveArgumentValue(MappingContext, Argument, String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
mapFields(MappingContext, List<ExtendedFieldDefinition>, ExtendedDefinition<?, ?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionToParameterMapper
Map field definition to a Freemarker-understandable data model type
mapParametrizedInput(MappingContext, ExtendedFieldDefinition, ExtendedDefinition<?, ?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.RequestResponseDefinitionToDataModelMapper
Map field definition to a Freemarker data model of Parametrized Input.
MapperFactory - Interface in com.kobylynskyi.graphql.codegen
Factory for creating JVM-language-specific mappers
mappingConfig - Variable in class com.kobylynskyi.graphql.codegen.GraphQLCodegen
 
MappingConfig - Class in com.kobylynskyi.graphql.codegen.model
The type Mapping config.
MappingConfig() - Constructor for class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
MappingConfigConstants - Class in com.kobylynskyi.graphql.codegen.model
 
MappingConfigSupplier - Interface in com.kobylynskyi.graphql.codegen.supplier
The interface Mapping config supplier.
MappingContext - Class in com.kobylynskyi.graphql.codegen.model
 
MappingContext(MappingConfig, ExtendedDocument, GeneratedInformation, DataModelMapperFactory) - Constructor for class com.kobylynskyi.graphql.codegen.model.MappingContext
 
mapProjectionFields(MappingContext, List<ExtendedFieldDefinition>, ExtendedDefinition<?, ?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionToParameterMapper
Map field definition to a Freemarker-understandable data model type
mapRequest(MappingContext, ExtendedFieldDefinition, String, List<String>) - Method in class com.kobylynskyi.graphql.codegen.mapper.RequestResponseDefinitionToDataModelMapper
Map field definition to a Request Freemarker data model.
mapResponse(MappingContext, ExtendedFieldDefinition, String, List<String>) - Method in class com.kobylynskyi.graphql.codegen.mapper.RequestResponseDefinitionToDataModelMapper
Map field definition to a Response Freemarker data model.
mapResponseProjection(MappingContext, ExtendedDefinition<?, ?>) - Method in class com.kobylynskyi.graphql.codegen.mapper.RequestResponseDefinitionToDataModelMapper
Map type definition to a Freemarker data model of Response Projection.
mapRootTypeField(MappingContext, ExtendedFieldDefinition, String, List<String>) - Method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionsToResolverDataModelMapper
Map field definition to a Freemarker data model
mapRootTypeFields(MappingContext, ExtendedObjectTypeDefinition) - Method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionsToResolverDataModelMapper
Map a root object type definition to a Freemarker data model for a resolver with all its fields.
mapToTypeResolver(MappingContext, List<ExtendedFieldDefinition>, String) - Method in class com.kobylynskyi.graphql.codegen.mapper.FieldDefinitionsToResolverDataModelMapper
Map field definition to a Freemarker data model
METHOD_NAME - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
MultiLanguageDeprecated - Class in com.kobylynskyi.graphql.codegen.model
 

N

NAME - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
NamedDefinition - Class in com.kobylynskyi.graphql.codegen.model
 
NamedDefinition(String, String, boolean, boolean, boolean, boolean) - Constructor for class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 

O

OBJECT_MAPPER - Static variable in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer
 
OBJECT_MAPPER - Static variable in class com.kobylynskyi.graphql.codegen.utils.Utils
 
objectMapperWriteValueAsString(Object) - Static method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer
 
OPERATION_NAME - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
OPERATION_TYPE - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
OperationDefinition - Class in com.kobylynskyi.graphql.codegen.model
Freemarker-understandable format of operation (Query/Mutation/Subscription)
OperationDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
OPERATIONS - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 

P

PACKAGE - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
ParameterDefinition - Class in com.kobylynskyi.graphql.codegen.model
Freemarker-understandable format of method parameter and field definition
ParameterDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
ParameterDefinition(String, String, String, String, List<String>, List<String>, DeprecatedDefinition, boolean) - Constructor for class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
parameters(GraphQLParametrizedInput) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
 
PARENT_INTERFACE_PROPERTIES - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
PARENT_INTERFACE_TYPE_PLACEHOLDER - Static variable in class com.kobylynskyi.graphql.codegen.model.MappingConfigConstants
 
projection(GraphQLResponseProjection) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
 
projectionDepthOnFields - Variable in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseProjection
save current depth for self recursive type.(it's actually a marker) such as {{@code type Human implements Character { id: ID! friends: [Character] # if you response this field on Human projection , Character has itself, # so, we need know depth of subquery.
ProjectionParameterDefinition - Class in com.kobylynskyi.graphql.codegen.model
Freemarker-understandable format of parameter user in ResponseProjection
ProjectionParameterDefinition() - Constructor for class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
 
putCustomTypeMappingIfAbsent(String, String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
Put custom type mapping if absent.

R

RelayConfig - Class in com.kobylynskyi.graphql.codegen.model
 
RelayConfig() - Constructor for class com.kobylynskyi.graphql.codegen.model.RelayConfig
 
replaceLeadingAtSign(String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Replace leading annotation (@) sign
RequestResponseDefinitionToDataModelMapper - Class in com.kobylynskyi.graphql.codegen.mapper
Map request and response definition to a Freemarker data model
RequestResponseDefinitionToDataModelMapper(GraphQLTypeMapper, DataModelMapper, FieldDefinitionToParameterMapper, InputValueDefinitionToParameterMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.RequestResponseDefinitionToDataModelMapper
 
RESPONSE_PROJECTION_MAX_DEPTH - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
RETURN_TYPE_NAME - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 

S

ScalaDataModelMapper - Class in com.kobylynskyi.graphql.codegen.scala
 
ScalaDataModelMapper() - Constructor for class com.kobylynskyi.graphql.codegen.scala.ScalaDataModelMapper
 
ScalaGraphQLCodegen - Class in com.kobylynskyi.graphql.codegen.scala
 
ScalaGraphQLCodegen(List<String>, File, MappingConfig, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLCodegen
 
ScalaGraphQLCodegen(String, File, MappingConfig, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLCodegen
 
ScalaGraphQLCodegen(List<String>, String, File, MappingConfig, MappingConfigSupplier) - Constructor for class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLCodegen
 
ScalaGraphQLCodegen(List<String>, String, File, MappingConfig, MappingConfigSupplier, GeneratedInformation) - Constructor for class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLCodegen
 
ScalaGraphQLTypeMapper - Class in com.kobylynskyi.graphql.codegen.scala
 
ScalaGraphQLTypeMapper(ValueMapper) - Constructor for class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
ScalaMapperFactoryImpl - Class in com.kobylynskyi.graphql.codegen.scala
 
ScalaMapperFactoryImpl() - Constructor for class com.kobylynskyi.graphql.codegen.scala.ScalaMapperFactoryImpl
 
ScalaValueFormatter - Class in com.kobylynskyi.graphql.codegen.scala
 
ScalaValueFormatter() - Constructor for class com.kobylynskyi.graphql.codegen.scala.ScalaValueFormatter
 
SchemaFinder - Class in com.kobylynskyi.graphql.codegen.supplier
Walks a directory tree to find GraphQL schema files.
SchemaFinder(Path) - Constructor for class com.kobylynskyi.graphql.codegen.supplier.SchemaFinder
Creates a new SchemaFinder with the given directory as root of the search.
SchemaValidationException - Exception in com.kobylynskyi.graphql.codegen.model.exception
Exception that indicates invalid GraphQL schema
SchemaValidationException(String) - Constructor for exception com.kobylynskyi.graphql.codegen.model.exception.SchemaValidationException
 
SERIALIZATION_LIBRARY - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
setAnnotations(List<String>) - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
setAnnotations(List<String>) - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
setApiInterfaceStrategy(ApiInterfaceStrategy) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setApiNamePrefix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setApiNamePrefixStrategy(ApiNamePrefixStrategy) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setApiNameSuffix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setApiPackageName(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setApiReturnListType(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setApiReturnType(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setApiRootInterfaceStrategy(ApiRootInterfaceStrategy) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setColumn(int) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
 
setConnectionType(String) - Method in class com.kobylynskyi.graphql.codegen.model.RelayConfig
 
setCustomAnnotationsMapping(Map<String, List<String>>) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setCustomTypesMapping(Map<String, String>) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setData(T) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResult
 
setDateTimeSupplier(Supplier<ZonedDateTime>) - Method in class com.kobylynskyi.graphql.codegen.model.GeneratedInformation
 
setDefaultValue(String) - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
setDefinition(T) - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
 
setDeprecated(DeprecatedDefinition) - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
setDeprecated(DeprecatedDefinition) - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
setDeprecated(DeprecatedDefinition) - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
 
setDirectiveAnnotationsMapping(Map<String, List<String>>) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setDirectiveArgumentName(String) - Method in class com.kobylynskyi.graphql.codegen.model.RelayConfig
 
setDirectiveName(String) - Method in class com.kobylynskyi.graphql.codegen.model.RelayConfig
 
setErrors(List<GraphQLError>) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResult
 
setErrorType(GraphQLErrorType) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
 
setExcludedFiles(Set<String>) - Method in class com.kobylynskyi.graphql.codegen.supplier.SchemaFinder
Sets a set of paths to exclude from the search even if they match the include pattern.
setExtensions(List<E>) - Method in class com.kobylynskyi.graphql.codegen.model.definitions.ExtendedDefinition
 
setExtensions(Map<String, Object>) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
 
setFieldsWithoutResolvers(Set<String>) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setFieldsWithResolvers(Set<String>) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateApis(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateApisWithThrowsException(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateBuilder(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateClient(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateDataFetchingEnvironmentArgumentInApis(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGeneratedLanguage(GeneratedLanguage) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateEqualsAndHashCode(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateExtensionFieldsResolvers(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateImmutableModels(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateModelsForRootTypes(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateParameterizedFieldsResolvers(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGenerateToString(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setGraphqlTypeName(String) - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
setIncludePattern(String) - Method in class com.kobylynskyi.graphql.codegen.supplier.SchemaFinder
Sets the pattern that filenames should match to be included in the result.
setInterface(boolean) - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
setJavaDoc(List<String>) - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
setJavaDoc(List<String>) - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
setJavaName(String) - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
setLine(int) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
 
setLocations(List<GraphQLErrorSourceLocation>) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
 
setMandatory(boolean) - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
setMessage(String) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
 
setMethodName(String) - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
 
setModelNamePrefix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setModelNameSuffix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setModelPackageName(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setModelValidationAnnotation(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setMutationResolverParentInterface(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setName(String) - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
setName(String) - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
setName(String) - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
 
setOriginalName(String) - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
setOriginalName(String) - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
setPackageName(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setParameters(List<ParameterDefinition>) - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
setParametrizedInputClassName(String) - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
 
setParametrizedInputSuffix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setPath(List<Object>) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLError
 
setPrimitiveCanBeUsed(boolean) - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
setQueryResolverParentInterface(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setRecursive(boolean) - Method in class com.kobylynskyi.graphql.codegen.supplier.SchemaFinder
Sets whether this finder should recursively search in nested directories.
setRelayConfig(RelayConfig) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setRequestSuffix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setResolverParentInterface(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setResponseProjectionMaxDepth(Integer) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setResponseProjectionSuffix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setResponseSuffix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setSerializeUsingObjectMapper(boolean) - Method in class com.kobylynskyi.graphql.codegen.model.NamedDefinition
 
setSerializeUsingObjectMapper(boolean) - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
setSourceName(String) - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorSourceLocation
 
setSubscriptionResolverParentInterface(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setSubscriptionReturnType(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setThrowsException(boolean) - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
setType(String) - Method in class com.kobylynskyi.graphql.codegen.model.OperationDefinition
 
setType(String) - Method in class com.kobylynskyi.graphql.codegen.model.ParameterDefinition
 
setType(String) - Method in class com.kobylynskyi.graphql.codegen.model.ProjectionParameterDefinition
 
setTypeResolverPrefix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setTypeResolverSuffix(String) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setUseObjectMapperForRequestSerialization(Set<String>) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
setUseOptionalForNullableReturnTypes(Boolean) - Method in class com.kobylynskyi.graphql.codegen.model.MappingConfig
 
stringsEqualIgnoreSpaces(String, String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Check if strings are equal (consider blank strings equal to null)
substringBetween(String, String, String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Copy of org.apache.commons.lang3.StringUtils#substringBetween(String, String, String)

T

TO_STRING - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
TO_STRING_FOR_REQUEST - Static variable in class com.kobylynskyi.graphql.codegen.model.DataModelFields
 
toHttpJsonBody() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
Serializes GraphQL request to be used as HTTP JSON body according to https://graphql.org/learn/serving-over-http specifications
toHttpJsonBody() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequests
Serializes multiple GraphQL requests to be used as HTTP JSON body according to https://graphql.org/learn/serving-over-http specifications
toHttpJsonBody(GraphQLRequests) - Static method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer
Serializes GraphQL requests to be used as HTTP JSON body according to https://graphql.org/learn/serving-over-http specifications
toHttpJsonBody(GraphQLRequest) - Static method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer
Serializes GraphQL request to be used as HTTP JSON body according to https://graphql.org/learn/serving-over-http specifications
toQueryString() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequest
Serializes GraphQL request as raw query string
toQueryString(GraphQLRequest) - Static method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLRequestSerializer
Serializes GraphQL request as raw query string
toString() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseField
 
toString() - Method in class com.kobylynskyi.graphql.codegen.model.graphql.GraphQLResponseProjection
 
TypeDefinitionToDataModelMapper - Class in com.kobylynskyi.graphql.codegen.mapper
Map type definition to a Freemarker data model
TypeDefinitionToDataModelMapper(GraphQLTypeMapper, DataModelMapper, FieldDefinitionToParameterMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.TypeDefinitionToDataModelMapper
 

U

UnableToBuildJsonQueryException - Exception in com.kobylynskyi.graphql.codegen.model.graphql
 
UnableToBuildJsonQueryException(Exception) - Constructor for exception com.kobylynskyi.graphql.codegen.model.graphql.UnableToBuildJsonQueryException
 
UnableToCreateDirectoryException - Exception in com.kobylynskyi.graphql.codegen.model.exception
Exception that indicates error while creating directory
UnableToCreateDirectoryException(String, Exception) - Constructor for exception com.kobylynskyi.graphql.codegen.model.exception.UnableToCreateDirectoryException
 
UnableToCreateFileException - Exception in com.kobylynskyi.graphql.codegen.model.exception
Exception that indicates error while creating a file
UnableToCreateFileException(Exception) - Constructor for exception com.kobylynskyi.graphql.codegen.model.exception.UnableToCreateFileException
 
UnableToDeleteDirectoryException - Exception in com.kobylynskyi.graphql.codegen.model.exception
Exception that indicates error while deleting directory
UnableToDeleteDirectoryException(Exception) - Constructor for exception com.kobylynskyi.graphql.codegen.model.exception.UnableToDeleteDirectoryException
 
UnableToLoadFreeMarkerTemplateException - Exception in com.kobylynskyi.graphql.codegen.model.exception
Exception that indicates error while loading Apache FreeMarker template
UnableToLoadFreeMarkerTemplateException(Throwable) - Constructor for exception com.kobylynskyi.graphql.codegen.model.exception.UnableToLoadFreeMarkerTemplateException
 
uncapitalize(String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Uncapitalize a string.
UnionDefinitionToDataModelMapper - Class in com.kobylynskyi.graphql.codegen.mapper
Map union definition to a Freemarker data model
UnionDefinitionToDataModelMapper(GraphQLTypeMapper, DataModelMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.UnionDefinitionToDataModelMapper
 
Utils - Class in com.kobylynskyi.graphql.codegen.utils
Various utilities

V

validate() - Method in class com.kobylynskyi.graphql.codegen.GraphQLCodegenValidate
 
ValueFormatter - Interface in com.kobylynskyi.graphql.codegen.mapper
As per https://docs.oracle.com/javase/specs/jls/se8/html/jls-9.html#jls-9.6.1 following n
ValueMapper - Class in com.kobylynskyi.graphql.codegen.mapper
 
ValueMapper(ValueFormatter, DataModelMapper) - Constructor for class com.kobylynskyi.graphql.codegen.mapper.ValueMapper
 
valueOf(String) - Static method in enum com.kobylynskyi.graphql.codegen.model.ApiInterfaceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kobylynskyi.graphql.codegen.model.ApiNamePrefixStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kobylynskyi.graphql.codegen.model.ApiRootInterfaceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kobylynskyi.graphql.codegen.model.GeneratedLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kobylynskyi.graphql.codegen.model.graphql.GraphQLOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kobylynskyi.graphql.codegen.model.ApiInterfaceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kobylynskyi.graphql.codegen.model.ApiNamePrefixStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kobylynskyi.graphql.codegen.model.ApiRootInterfaceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kobylynskyi.graphql.codegen.model.GeneratedLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kobylynskyi.graphql.codegen.model.graphql.GraphQLErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kobylynskyi.graphql.codegen.model.graphql.GraphQLOperation
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapApiReturnTypeIfRequired(MappingContext, NamedDefinition, String) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
wrapApiReturnTypeIfRequired(MappingContext, NamedDefinition, String) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
wrapApiReturnTypeIfRequired(MappingContext, NamedDefinition, String) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
Wraps type into apiReturnType or subscriptionReturnType (defined in the mapping configuration).
wrapApiReturnTypeIfRequired(MappingContext, NamedDefinition, String) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
wrapIntoList(MappingContext, String, boolean) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
wrapIntoList(MappingContext, String, boolean) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
wrapIntoList(MappingContext, String, boolean) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
Wrap language-specific type (java/scala/kotlin/etc) into List.
wrapIntoList(MappingContext, String, boolean) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
wrapString(String, String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Wrap string
wrapString(String, String, String) - Static method in class com.kobylynskyi.graphql.codegen.utils.Utils
Wrap string
wrapSuperTypeIntoList(MappingContext, String, boolean) - Method in class com.kobylynskyi.graphql.codegen.java.JavaGraphQLTypeMapper
 
wrapSuperTypeIntoList(MappingContext, String, boolean) - Method in class com.kobylynskyi.graphql.codegen.kotlin.KotlinGraphQLTypeMapper
 
wrapSuperTypeIntoList(MappingContext, String, boolean) - Method in interface com.kobylynskyi.graphql.codegen.mapper.GraphQLTypeMapper
Return upper bounded wildcard for the given interface type: "Foo" becomes "List<? extends Foo>".
wrapSuperTypeIntoList(MappingContext, String, boolean) - Method in class com.kobylynskyi.graphql.codegen.scala.ScalaGraphQLTypeMapper
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links