Class TypeRegistryClassGenerator

java.lang.Object
no.sikt.graphitron.generators.abstractions.AbstractClassGenerator
no.sikt.graphitron.generators.codeinterface.typeregistry.TypeRegistryClassGenerator
All Implemented Interfaces:
ClassGenerator

public class TypeRegistryClassGenerator extends AbstractClassGenerator
Class generator for the class that returns the type registry.
  • Field Details

  • Constructor Details

    • TypeRegistryClassGenerator

      public TypeRegistryClassGenerator()
  • Method Details

    • generateAll

      public List<no.sikt.graphitron.javapoet.TypeSpec> generateAll()
      Description copied from interface: ClassGenerator
      Generate the classes and return the list of TypeSpecs.
    • getDefaultSaveDirectoryName

      public String getDefaultSaveDirectoryName()
      Returns:
      The final directory path within the package where the classes are ultimately saved.
    • getFileNameSuffix

      public String getFileNameSuffix()
      Returns:
      The suffix that is to be added to the end of file names generated by this class.