A
E
F
G
I
J
M
O
P
R
T
U
V
G
- generate(viaduct.x.javaapi.codegen.ArgumentModel) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.ArgumentGenerator
- Generates the Java arguments class source code as a string.
- generate(viaduct.x.javaapi.codegen.EnumModel) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.EnumGenerator
- Generates the Java enum source code as a string.
- generate(viaduct.x.javaapi.codegen.InputModel) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.InputGenerator
- Generates the Java class source code as a string.
- generate(viaduct.x.javaapi.codegen.InterfaceModel) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.InterfaceGenerator
- Generates the Java interface source code as a string.
- generate(viaduct.x.javaapi.codegen.ObjectModel) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.ObjectGenerator
- Generates the Java class source code as a string.
- generate(viaduct.x.javaapi.codegen.UnionModel) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.UnionGenerator
- Generates the Java union interface source code as a string.
- generate(java.util.List,java.io.File,java.lang.String,boolean) - function in viaduct.x.javaapi.codegen.JavaGRTsCodegen
- Generates Java GRTs from GraphQL schema files with optional root type inclusion.
- generate(viaduct.x.javaapi.codegen.ResolversFileModel) - function in viaduct.x.javaapi.codegen.JavaResolverGenerator
- Generates the Java resolvers source code as a string.
- generate(java.util.List,java.io.File,java.lang.String,java.lang.String) - function in viaduct.x.javaapi.codegen.JavaResolversCodegen
- Generates Java resolver base classes from GraphQL schema files.
- generateToFile(viaduct.x.javaapi.codegen.ArgumentModel,java.io.File) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.ArgumentGenerator
- Generates the Java arguments class source code and writes it to a file.
- generateToFile(viaduct.x.javaapi.codegen.EnumModel,java.io.File) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.EnumGenerator
- Generates the Java enum source code and writes it to a file.
- generateToFile(viaduct.x.javaapi.codegen.InputModel,java.io.File) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.InputGenerator
- Generates the Java class source code and writes it to a file.
- generateToFile(viaduct.x.javaapi.codegen.InterfaceModel,java.io.File) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.InterfaceGenerator
- Generates the Java interface source code and writes it to a file.
- generateToFile(viaduct.x.javaapi.codegen.ObjectModel,java.io.File) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.ObjectGenerator
- Generates the Java class source code and writes it to a file.
- generateToFile(viaduct.x.javaapi.codegen.UnionModel,java.io.File) - function in viaduct.x.javaapi.codegen.JavaGRTGenerator.UnionGenerator
- Generates the Java union interface source code and writes it to a file.
- generateToFile(viaduct.x.javaapi.codegen.ResolversFileModel,java.io.File) - function in viaduct.x.javaapi.codegen.JavaResolverGenerator
- Generates the Java resolvers source code and writes it to a file.
- getArgumentsType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the fully qualified Java type for field arguments.
- getBatchResolveContextListType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the parameter type for the
batchResolvemethod. - getBatchResolveFutureType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the return type for the
batchResolvemethod. - getClassName() - function in viaduct.x.javaapi.codegen.ArgumentModel
- getClassName() - function in viaduct.x.javaapi.codegen.EnumModel
- getClassName() - function in viaduct.x.javaapi.codegen.InputModel
- getClassName() - function in viaduct.x.javaapi.codegen.InterfaceModel
- getClassName() - function in viaduct.x.javaapi.codegen.ObjectModel
- getClassName() - function in viaduct.x.javaapi.codegen.UnionModel
- getContextBaseType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the complete generic type signature for
FieldResolverBase.Context. - getDescription() - function in viaduct.x.javaapi.codegen.EnumModel
- getDescription() - function in viaduct.x.javaapi.codegen.InputModel
- getDescription() - function in viaduct.x.javaapi.codegen.InterfaceModel
- getDescription() - function in viaduct.x.javaapi.codegen.ObjectModel
- getDescription() - function in viaduct.x.javaapi.codegen.UnionModel
- getExtendedInterfaces() - function in viaduct.x.javaapi.codegen.InterfaceModel
- getExtendsClause() - function in viaduct.x.javaapi.codegen.InterfaceModel
- Returns the extends clause for the interface declaration.
- getFieldExecutionContextType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the complete generic type signature for
FieldExecutionContext. - getFieldResolverBaseType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the complete generic type signature for
FieldResolverBase. - getFields() - function in viaduct.x.javaapi.codegen.ArgumentModel
- getFields() - function in viaduct.x.javaapi.codegen.InputModel
- getFields() - function in viaduct.x.javaapi.codegen.InterfaceModel
- getFields() - function in viaduct.x.javaapi.codegen.ObjectModel
- getGetterName() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns the getter method name for this field.
- getGqlFieldName() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the GraphQL field name for this resolver.
- getGqlTypeName() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the GraphQL type name containing this resolver field.
- getHasArguments() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns whether the GraphQL field has arguments.
- getHasDescription() - function in viaduct.x.javaapi.codegen.EnumModel
- getHasDescription() - function in viaduct.x.javaapi.codegen.InputModel
- getHasDescription() - function in viaduct.x.javaapi.codegen.InterfaceModel
- getHasDescription() - function in viaduct.x.javaapi.codegen.ObjectModel
- getHasDescription() - function in viaduct.x.javaapi.codegen.UnionModel
- getHasExtendedInterfaces() - function in viaduct.x.javaapi.codegen.InterfaceModel
- getHasInterfaces() - function in viaduct.x.javaapi.codegen.ObjectModel
- getHasMemberTypes() - function in viaduct.x.javaapi.codegen.UnionModel
- getImplementedInterfaces() - function in viaduct.x.javaapi.codegen.ObjectModel
- getImplementsClause() - function in viaduct.x.javaapi.codegen.ObjectModel
- Returns the implements clause for the class declaration.
- getIncludeBatchResolve() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns whether to generate the batchResolve method.
- getIsCompositeOutput() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns whether the return type is a composite GraphQL type.
- getJavaType() - function in viaduct.x.javaapi.codegen.FieldModel
- getMemberTypes() - function in viaduct.x.javaapi.codegen.UnionModel
- getName() - function in viaduct.x.javaapi.codegen.FieldModel
- getNullable() - function in viaduct.x.javaapi.codegen.FieldModel
- getObjectType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the fully qualified Java type of the parent object.
- getPackageName() - function in viaduct.x.javaapi.codegen.ArgumentModel
- getPackageName() - function in viaduct.x.javaapi.codegen.EnumModel
- getPackageName() - function in viaduct.x.javaapi.codegen.InputModel
- getPackageName() - function in viaduct.x.javaapi.codegen.InterfaceModel
- getPackageName() - function in viaduct.x.javaapi.codegen.ObjectModel
- getPackageName() - function in viaduct.x.javaapi.codegen.ResolversFileModel
- getPackageName() - function in viaduct.x.javaapi.codegen.UnionModel
- getQueryType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the fully qualified Java type for the Query root.
- getResolveFutureType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the return type for the single-item
resolvemethod. - getResolverClassName() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the Java class name for the generated resolver.
- getResolvers() - function in viaduct.x.javaapi.codegen.ResolversFileModel
- getReturnType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the Java return type for the resolve method.
- getSelectionsType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the fully qualified Java type for field selections.
- getSetterName() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns the setter method name for this field.
- getTypeName() - function in viaduct.x.javaapi.codegen.ResolversFileModel
- getValueNames() - function in viaduct.x.javaapi.codegen.EnumModel
- GraphQLSchemaParser - class in viaduct.x.javaapi.codegen
- Parses GraphQL schema files and extracts type definitions using ViaductSchema types.