A  C  D  E  F  G  I  K  M  N  O  P  S  T  U  V  W 

C

ClasspathTypeResolver - class in com.expediagroup.graphql.generator
Classpath based polymorphic type resolvers.
ClassScanner - class in com.expediagroup.graphql.generator.internal.state
This class should be used from a try-with-resouces block or another closable object as the internal scan result can take up a lot of resources.
close() - function in com.expediagroup.graphql.generator.ClasspathTypeResolver
 
close() - function in com.expediagroup.graphql.generator.SchemaGenerator
Clear the generator type cache, reflection scan, additional types, and the saved directives.
close() - function in com.expediagroup.graphql.generator.SchemaGeneratorConfig
 
close() - function in com.expediagroup.graphql.generator.SimpleTypeResolver
 
close() - function in com.expediagroup.graphql.generator.internal.state.ClassScanner
Clean up the scan result resources
close() - function in java.io.GraphQLTypeResolver
 
com.expediagroup.graphql.generator - package com.expediagroup.graphql.generator
 
com.expediagroup.graphql.generator.annotations - package com.expediagroup.graphql.generator.annotations
 
com.expediagroup.graphql.generator.directives - package com.expediagroup.graphql.generator.directives
 
com.expediagroup.graphql.generator.exceptions - package com.expediagroup.graphql.generator.exceptions
 
com.expediagroup.graphql.generator.execution - package com.expediagroup.graphql.generator.execution
 
com.expediagroup.graphql.generator.extensions - package com.expediagroup.graphql.generator.extensions
 
com.expediagroup.graphql.generator.hooks - package com.expediagroup.graphql.generator.hooks
 
com.expediagroup.graphql.generator.internal.state - package com.expediagroup.graphql.generator.internal.state
 
com.expediagroup.graphql.generator.scalars - package com.expediagroup.graphql.generator.scalars
 
ConflictingFieldsException - class in com.expediagroup.graphql.generator.exceptions
Thrown when the schema being generated has two functions or attributes with the same field name in a GraphQLType.
ConflictingTypesException - class in com.expediagroup.graphql.generator.exceptions
Thrown when the schema being generated has two classes with the same GraphQLType name, but they are not the same Kotlin class.
CouldNotCastGraphQLSchemaElement - class in com.expediagroup.graphql.generator.exceptions
Thrown when the casting a GraphQLSchemaElement to some parent type is invalid
CouldNotGetNameOfKClassException - class in com.expediagroup.graphql.generator.exceptions
Thrown when trying to generate a class and cannot resolve the name.
CouldNotGetNameOfKParameterException - class in com.expediagroup.graphql.generator.exceptions
Thrown when trying to generate a parameter and cannot resolve the name.
A  C  D  E  F  G  I  K  M  N  O  P  S  T  U  V  W