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.classVirtual field for when we want to have a virtual source for code generation. -
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 TypeClassDescriptionclassRepresents 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 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>classKickstartResolverClassGenerator<T extends GenerationTarget>Superclass for any select resolver generator classes.classResolverClassGenerator<T extends GenerationTarget>Superclass for any select resolver generator classes.Fields in no.sikt.graphitron.generators.abstractions declared as GenerationTarget