Uses of Interface
no.sikt.graphitron.definitions.interfaces.GenerationTarget
Packages that use GenerationTarget
Package
Description
-
Uses of GenerationTarget in no.sikt.graphitron.definitions.fields
Classes in no.sikt.graphitron.definitions.fields that implement GenerationTargetModifier and TypeClassDescriptionclassAn argument for aObjectField.classGenerationSourceField<T extends graphql.language.NamedNode<T> & graphql.language.DirectivesContainer<T>>This class represents the general functionality associated with GraphQLs fields that can initialise code generation.classA field for aInputDefinition.classRepresents the default field type, which in addition to the generic field functionality also provides join operation data.classclassVirtual field for when we want to have a virtual source for code generation.final recordVirtual field representing a table record, used when code generation needs a table reference without a corresponding GraphQL field definition. -
Uses of GenerationTarget in no.sikt.graphitron.definitions.interfaces
Subinterfaces of GenerationTarget in no.sikt.graphitron.definitions.interfacesModifier and TypeInterfaceDescriptioninterfaceThis interface represents the general functionality associated with GraphQLs fields that can initialise code generation.interfaceRecordObjectSpecification<T extends GenerationField>Specifies that this Java object represents a GraphQL object.interface -
Uses of GenerationTarget in no.sikt.graphitron.definitions.objects
Classes in no.sikt.graphitron.definitions.objects that implement GenerationTargetModifier and TypeClassDescriptionclassRepresentation of a GraphQL enum type.classRepresents a default GraphQL input type.classRepresents a GraphQL interface.classRepresents the default GraphQL object.classRecordObjectDefinition<T extends graphql.language.TypeDefinition<T>,U extends GenerationField> A generalized implementation ofObjectSpecificationfor types that can be linked to tables or records.classRepresents the top schema object in GraphQL.classRepresents a GraphQL union type. -
Uses of GenerationTarget in no.sikt.graphitron.generators.abstractions
Classes in no.sikt.graphitron.generators.abstractions with type parameters of type GenerationTargetModifier and TypeClassDescriptionclassAbstractSchemaClassGenerator<T extends GenerationTarget>classAbstractSchemaMethodGenerator<T extends GenerationTarget,U extends GenerationTarget> An abstract generator that contains methods that are common between both DB-method generators and resolver generators.classAbstractSchemaMethodGenerator<T extends GenerationTarget,U extends GenerationTarget> An abstract generator that contains methods that are common between both DB-method generators and resolver generators.classDataFetcherClassGenerator<T extends GenerationTarget>classDBMethodGenerator<T extends GenerationTarget>Generic select query generation functionality is contained within this class.Fields in no.sikt.graphitron.generators.abstractions declared as GenerationTarget -
Uses of GenerationTarget in no.sikt.graphitron.generators.dto
Classes in no.sikt.graphitron.generators.dto with type parameters of type GenerationTarget