Uses of Class
no.sikt.graphitron.generators.abstractions.SimpleMethodGenerator
Packages that use SimpleMethodGenerator
Package
Description
-
Uses of SimpleMethodGenerator in no.sikt.graphitron.generators.codeinterface
Subclasses of SimpleMethodGenerator in no.sikt.graphitron.generators.codeinterfaceModifier 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 SimpleMethodGenerator in no.sikt.graphitron.generators.codeinterface.typeregistry
Modifier and TypeClassDescriptionclassThis class generates code for the Type Registry fetching method. -
Uses of SimpleMethodGenerator in no.sikt.graphitron.generators.codeinterface.wiring
Subclasses of SimpleMethodGenerator in no.sikt.graphitron.generators.codeinterface.wiringModifier and TypeClassDescriptionclassThis class generates code for the RuntimeWiring Builder fetching method.classThis class generates code for the RuntimeWiring fetching method.