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