Uses of Interface
no.sikt.graphitron.generators.abstractions.MethodGenerator
Packages that use MethodGenerator
Package
Description
-
Uses of MethodGenerator in no.sikt.graphitron.generators.abstractions
Classes in no.sikt.graphitron.generators.abstractions that implement MethodGeneratorModifier and TypeClassDescriptionclassclassAbstractSchemaMethodGenerator<T extends GenerationTarget,U extends GenerationTarget> An abstract generator that contains methods that are common between both DB-method generators and resolver generators.classclassDBMethodGenerator<T extends GenerationTarget>Generic select query generation functionality is contained within this class.classAn abstract generator that contains simple methods that are independent of the GraphQL schema.Methods in no.sikt.graphitron.generators.abstractions with parameters of type MethodGeneratorModifier and TypeMethodDescriptionno.sikt.graphitron.javapoet.TypeSpec.BuilderAbstractClassGenerator.getSpec(String className, MethodGenerator generator) Method parameters in no.sikt.graphitron.generators.abstractions with type arguments of type MethodGeneratorModifier and TypeMethodDescriptionno.sikt.graphitron.javapoet.TypeSpec.BuilderAbstractClassGenerator.getSpec(String className, List<? extends MethodGenerator> generators) no.sikt.graphitron.javapoet.TypeSpec.BuilderClassGenerator.getSpec(String className, List<? extends MethodGenerator> generators) no.sikt.graphitron.javapoet.TypeSpec.BuilderDataFetcherClassGenerator.getSpec(String className, List<? extends MethodGenerator> generators) protected voidAbstractClassGenerator.setDependencies(List<? extends MethodGenerator> generators, no.sikt.graphitron.javapoet.TypeSpec.Builder spec) Add all the dependency fields for this class. -
Uses of MethodGenerator in no.sikt.graphitron.generators.codeinterface
Classes in no.sikt.graphitron.generators.codeinterface that implement MethodGeneratorModifier and TypeClassDescriptionclassThis class generates a simple method for getting a RuntimeWiring Builder.classGenerates thegetFederatedSchema(registry, wiringBuilder, ...)method for building a Federation 2 compatible GraphQL schema.classThis class generates code for a method for fetching a complete schema.classGenerates thegetSchema(..., includeFederation)overload method that provides a simple API for getting either a regular or federated schema based on a boolean flag.classThis class generates code for a simple Type Registry fetching method. -
Uses of MethodGenerator in no.sikt.graphitron.generators.codeinterface.typeregistry
Classes in no.sikt.graphitron.generators.codeinterface.typeregistry that implement MethodGeneratorModifier and TypeClassDescriptionclassThis class generates code for the Type Registry fetching method. -
Uses of MethodGenerator in no.sikt.graphitron.generators.codeinterface.wiring
Classes in no.sikt.graphitron.generators.codeinterface.wiring that implement MethodGeneratorModifier and TypeClassDescriptionclassThis class generates code for the RuntimeWiring Builder fetching method.classThis class generates code for the RuntimeWiring fetching method. -
Uses of MethodGenerator in no.sikt.graphitron.generators.datafetchers.operations
Classes in no.sikt.graphitron.generators.datafetchers.operations that implement MethodGeneratorModifier and TypeClassDescriptionclassGenerates resolver for the Query.classGenerates resolvers for the Node interface.classThis class generates the data fetchers for default fetch or mutation queries with potential arguments or pagination. -
Uses of MethodGenerator in no.sikt.graphitron.generators.datafetchers.typeresolvers
Classes in no.sikt.graphitron.generators.datafetchers.typeresolvers that implement MethodGeneratorModifier and TypeClassDescriptionclassClass for generating the helper method for type resolvers.classClass for generating any type resolvers. -
Uses of MethodGenerator in no.sikt.graphitron.generators.db
Classes in no.sikt.graphitron.generators.db that implement MethodGeneratorModifier and TypeClassDescriptionclassGenerator that creates the default data mutation methods.classGenerator that creates the data fetching methods for entity implementations, e.g. queries used by the federation entity resolver.classGenerator that creates methods for counting all available elements for a type.classAbstract generator for various database fetching methods.classGenerator that creates the data fetching methods for entitiesclassGenerator that creates the default data fetching methodsclassclassGenerator that creates the data fetching methods for interface implementations, e.g. queries used by the node resolver.classclassGenerator that creates methods for fetching existing table records by primary key.classAbstract base class for generators that create nested helper methods for database query generation.classGenerator that creates the data fetching methods for interface implementations, e.g. queries used by the node resolver.classclassGenerator that creates DB fetch methods for fields where a @service returns a table-backed type.classGenerator that creates the default data mutation methods.Method parameters in no.sikt.graphitron.generators.db with type arguments of type MethodGeneratorModifier and TypeMethodDescriptionno.sikt.graphitron.javapoet.TypeSpec.BuilderDBClassGenerator.getSpec(String className, List<? extends MethodGenerator> generators) -
Uses of MethodGenerator in no.sikt.graphitron.generators.exception
Method parameters in no.sikt.graphitron.generators.exception with type arguments of type MethodGeneratorModifier and TypeMethodDescriptionno.sikt.graphitron.javapoet.TypeSpec.BuilderExceptionStrategyConfigurationGenerator.getSpec(String className, List<? extends MethodGenerator> generators) no.sikt.graphitron.javapoet.TypeSpec.BuilderExceptionToErrorMappingProviderGenerator.getSpec(String className, List<? extends MethodGenerator> generators) -
Uses of MethodGenerator in no.sikt.graphitron.generators.mapping
Classes in no.sikt.graphitron.generators.mapping that implement MethodGeneratorModifier and TypeClassDescriptionclassclassclassclassclassMethod parameters in no.sikt.graphitron.generators.mapping with type arguments of type MethodGeneratorModifier and TypeMethodDescriptionno.sikt.graphitron.javapoet.TypeSpec.BuilderTransformerClassGenerator.getSpec(String className, List<? extends MethodGenerator> generators)