Class CodeInterfaceTypeRegistryMethodGenerator
java.lang.Object
no.sikt.graphitron.generators.abstractions.SimpleMethodGenerator
no.sikt.graphitron.generators.codeinterface.CodeInterfaceTypeRegistryMethodGenerator
- All Implemented Interfaces:
MethodGenerator
This class generates code for a simple Type Registry fetching method.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class no.sikt.graphitron.generators.abstractions.SimpleMethodGenerator
generateAll, getDependencyMap
-
Constructor Details
-
CodeInterfaceTypeRegistryMethodGenerator
public CodeInterfaceTypeRegistryMethodGenerator()
-
-
Method Details
-
generate
public no.sikt.graphitron.javapoet.MethodSpec generate()- Specified by:
generatein classSimpleMethodGenerator- Returns:
- The complete javapoet
MethodSpecbased on the provided target.
-