C  D  G  I  J  K  S  V 

G

generate(java.util.List) - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGenerator
Generate GraphQL clients for the specified queries.
generateClient(java.lang.String,java.lang.Boolean,java.util.List,com.expediagroup.graphql.plugin.client.generator.GraphQLSerializer,java.lang.String,java.util.List,java.lang.Boolean,kotlin.jvm.functions.Function1) - function in com.expediagroup.graphql.plugin.client.GenerateClientKt
Generate GraphQL client data classes from specified queries and target schema.
GenerateClientKt - class in com.expediagroup.graphql.plugin.client
 
getAllowDeprecated() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorConfig
Boolean flag indicating whether to allow selection of deprecated fields.
getAllowDeprecated() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getClassName() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLScalar
 
getClassNameCache() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getConverter() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLScalar
Fully qualified class name of a custom converter used to convert to/from raw JSON and type
getConverterClassName() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLScalar
 
getCustomScalarMap() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorConfig
Custom scalar type to converter mapping.
getCustomScalarMap() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getDeserializerClassName() - function in com.expediagroup.graphql.plugin.client.generator.ScalarConverterInfo.JacksonConvertersInfo
 
getDeserializerTypeSpec() - function in com.expediagroup.graphql.plugin.client.generator.ScalarConverterInfo.JacksonConvertersInfo
 
getEnumClassToTypeSpecs() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getGraphQLSchema() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getInputClassToTypeSpecs() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getName() - function in kotlin.GraphQLSerializer
 
getOperationName() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getOptionalSerializers() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getOrdinal() - function in kotlin.GraphQLSerializer
 
getPackageName() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorConfig
Target package for the generated classes.
getPackageName() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getParserOptions() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorConfig
Set parser options for processing GraphQL queries and schema definition language documents
getPolymorphicTypes() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getQueryDocument() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getRequireOptionalSerializer() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getScalar() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLScalar
Custom GraphQL scalar name.
getScalarClassToConverterTypeSpecs() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getSerializer() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorConfig
Type of JSON serializer to be used.
getSerializer() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getSerializerClassName() - function in com.expediagroup.graphql.plugin.client.generator.ScalarConverterInfo.JacksonConvertersInfo
 
getSerializerClassName() - function in com.expediagroup.graphql.plugin.client.generator.ScalarConverterInfo.KotlinxSerializerInfo
 
getSerializerTypeSpec() - function in com.expediagroup.graphql.plugin.client.generator.ScalarConverterInfo.JacksonConvertersInfo
 
getSerializerTypeSpec() - function in com.expediagroup.graphql.plugin.client.generator.ScalarConverterInfo.KotlinxSerializerInfo
 
getType() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLScalar
Fully qualified class name of a custom scalar type, e.g.
getTypeAliases() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getTypeSpecs() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getTypeToSelectionSetMap() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
getUseOptionalInputWrapper() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorConfig
Explicit opt-in flag to enable support for optional inputs.
getUseOptionalInputWrapper() - function in com.expediagroup.graphql.plugin.client.generator.GraphQLClientGeneratorContext
 
GraphQLClientGenerator - class in com.expediagroup.graphql.plugin.client.generator
GraphQL client code generator that uses KotlinPoet to generate Kotlin classes based on the specified GraphQL queries.
GraphQLClientGeneratorConfig - class in com.expediagroup.graphql.plugin.client.generator
GraphQL client generator configuration.
GraphQLClientGeneratorContext - class in com.expediagroup.graphql.plugin.client.generator
GraphQL client generator context.
GraphQLScalar - class in com.expediagroup.graphql.plugin.client.generator
Custom scalar to converter mapping.
GraphQLSerializer - class in com.expediagroup.graphql.plugin.client.generator
Type of JSON serializer that will be used to generate the data classes.
C  D  G  I  J  K  S  V