Package com.networknt.codegen.graphql
Class GraphqlGenerator
- java.lang.Object
-
- com.networknt.codegen.graphql.GraphqlGenerator
-
-
Constructor Summary
Constructors Constructor Description GraphqlGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(String targetPath, Object model, com.jsoniter.any.Any config)
String
getFramework()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.networknt.codegen.Generator
checkExist, getConfigSchema, setExecutable, transfer, transfer, transferGradle, transferMaven
-
-
-
-
Method Detail
-
getFramework
public String getFramework()
- Specified by:
getFramework
in interfaceGenerator
-
generate
public void generate(String targetPath, Object model, com.jsoniter.any.Any config) throws IOException
- Specified by:
generate
in interfaceGenerator
- Throws:
IOException
-
-