Class CodeInterfaceSchemaMethodGenerator
java.lang.Object
no.sikt.graphitron.generators.abstractions.SimpleMethodGenerator
no.sikt.graphitron.generators.codeinterface.CodeInterfaceSchemaMethodGenerator
- All Implemented Interfaces:
MethodGenerator
This class generates code for a method for fetching a complete schema.
-
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
-
CodeInterfaceSchemaMethodGenerator
public CodeInterfaceSchemaMethodGenerator(boolean includeNode)
-
-
Method Details
-
generate
public no.sikt.graphitron.javapoet.MethodSpec generate()- Specified by:
generatein classSimpleMethodGenerator- Returns:
- The complete javapoet
MethodSpecbased on the provided target.
-