B
C
F
G
S
T
G
- generate() - function in com.auritylab.graphql.kotlin.toolkit.codegen.Codegen
- Will generate code for the types of the schema.
- generate() - function in com.auritylab.graphql.kotlin.toolkit.codegen.generator.FileGenerator
- Will generate the code and output a FileSpec.
- getAbstractEnvType() - function in com.auritylab.graphql.kotlin.toolkit.codegen.mapper.BindingMapper
- getEnableSpringBootIntegration() - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes if the generated code should contain additional code which can be used to simplify usage with the spring boot integration.
- getGenerateAll() - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes if the code shall be generated for all found types, enums, etc.
- getGeneratedBasePackage() - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes the name of the packages which contains all generated code.
- getGeneratedGlobalPrefix() - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes a global prefix for all generated files and classes/enums/etc.
- getGlobalContext() - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes the class which will be used as a global context for all resolvers.
- getMetaField() - function in com.auritylab.graphql.kotlin.toolkit.codegen.mapper.BindingMapper
- getMetaFieldWithReference() - function in com.auritylab.graphql.kotlin.toolkit.codegen.mapper.BindingMapper
- getMetaInterfaceType() - function in com.auritylab.graphql.kotlin.toolkit.codegen.mapper.BindingMapper
- getMetaObjectType() - function in com.auritylab.graphql.kotlin.toolkit.codegen.mapper.BindingMapper
- getOutputDirectory() - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes a Path which acts as output directory for the generated code.
- getSchemas() - function in com.auritylab.graphql.kotlin.toolkit.codegen.CodegenOptions
- Describes a Collection of Paths which point to schemas.
- getValueType() - function in com.auritylab.graphql.kotlin.toolkit.codegen.mapper.BindingMapper
- GraphQLNameHelper - class in com.auritylab.graphql.kotlin.toolkit.codegen.helper
- Object which implements various helpers for the naming of GraphQLType.
- GraphQLNameHelperKt - class in com.auritylab.graphql.kotlin.toolkit.codegen.helper