A
E
F
G
I
J
M
O
P
R
S
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.
- getAbstractList() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns true if this is a list of abstract composite types (interfaces/unions).
- getAbstractType() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns whether this field's base type is an interface or union (abstract composite type).
- getArgumentsType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the fully qualified Java type for field arguments.
- getBaseTypeName() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns the simple class name of the base type (for composite and enum fields).
- getBatchingLiteral() - function in viaduct.x.javaapi.codegen.ResolverModel
- 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
- getCompositeList() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns true if this is a list of composite objects.
- getCompositeType() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns whether this field's base type is a composite object or nested input type.
- 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
- getEnumList() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns true if this is a list of enums.
- getEnumType() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns whether this field's base type is an enum.
- 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
- getHasImplementsClause() - function in viaduct.x.javaapi.codegen.ObjectModel
- Returns true if the class declaration needs an implements clause.
- getHasInterfaces() - function in viaduct.x.javaapi.codegen.ObjectModel
- getHasMemberTypes() - function in viaduct.x.javaapi.codegen.UnionModel
- getHasMutationType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns true if this schema has a Mutation type.
- getHasScalarCoercionHint() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns true if this field needs temporal scalar coercion.
- getImplementedInterfaces() - function in viaduct.x.javaapi.codegen.ObjectModel
- getImplementsClause() - function in viaduct.x.javaapi.codegen.ObjectModel
- Returns the implements clause for the class declaration (without GraphQLObject, which is inherited from JavaObjectBase).
- getIsBatching() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns whether the resolver uses batch resolution.
- getIsCompositeOutput() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns whether the return type is a composite GraphQL type.
- getIsSelective() - function in viaduct.x.javaapi.codegen.ResolverModel
- getJavaType() - function in viaduct.x.javaapi.codegen.FieldModel
- getList() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns whether this field is a list type.
- getMemberTypes() - function in viaduct.x.javaapi.codegen.UnionModel
- getMutationType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the fully qualified Java type for the Mutation root, or null if none.
- 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.
- getSafeName() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns a Java-safe identifier name.
- getScalarCoercionHint() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns the GraphQL scalar type name for temporal types that need coercion at runtime, or null for non-temporal scalars.
- getScalarList() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns true if this is a list of scalar values (not composites, not enums).
- getSelectionsType() - function in viaduct.x.javaapi.codegen.ResolverModel
- Returns the fully qualified Java type for field selections.
- getSelectiveContextType() - function in viaduct.x.javaapi.codegen.ResolverModel
- getSelectiveLiteral() - function in viaduct.x.javaapi.codegen.ResolverModel
- getTemporalScalar() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns true if this is a non-list temporal scalar field needing coercion.
- getTemporalScalarList() - function in viaduct.x.javaapi.codegen.FieldModel
- Returns true if this is a list of temporal scalar values needing coercion.
- 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.