Class SimpleMethodGenerator

java.lang.Object
no.sikt.graphitron.generators.abstractions.SimpleMethodGenerator
All Implemented Interfaces:
MethodGenerator
Direct Known Subclasses:
CodeInterfaceSchemaMethodGenerator, CodeInterfaceTypeRegistryMethodGenerator, TypeRegistryMethodGenerator, WiringBuilderMethodGenerator

public abstract class SimpleMethodGenerator extends Object implements MethodGenerator
An abstract generator that contains simple methods that are independent of the GraphQL schema.
  • Constructor Details

    • SimpleMethodGenerator

      public SimpleMethodGenerator()
  • Method Details