Class WiringClassGenerator
java.lang.Object
no.sikt.graphitron.generators.abstractions.AbstractClassGenerator
no.sikt.graphitron.generators.codeinterface.wiring.WiringClassGenerator
- All Implemented Interfaces:
ClassGenerator
Class generator for the RuntimeWiring class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWiringClassGenerator(List<ClassGenerator> generators, ProcessedSchema processedSchema) -
Method Summary
Modifier and TypeMethodDescriptionGenerate the classes and return the list of TypeSpecs.Methods inherited from class no.sikt.graphitron.generators.abstractions.AbstractClassGenerator
generateAllAsMap, generateAllToDirectory, getGeneratedClassName, getSpec, getSpec, setDependencies, writeToFile, writeToFile, writeToString
-
Field Details
-
SAVE_DIRECTORY_NAME
- See Also:
-
CLASS_NAME
- See Also:
-
-
Constructor Details
-
WiringClassGenerator
-
-
Method Details
-
generateAll
Description copied from interface:ClassGeneratorGenerate the classes and return the list of TypeSpecs. -
getDefaultSaveDirectoryName
- Returns:
- The final directory path within the package where the classes are ultimately saved.
-
getFileNameSuffix
- Returns:
- The suffix that is to be added to the end of file names generated by this class.
-