Class GenerateGraphQLSchemaPluginExecutor
java.lang.Object
com.graphql_java_generator.plugin.generate_schema.GenerateGraphQLSchemaPluginExecutor
- All Implemented Interfaces:
PluginExecutor
@Component
public class GenerateGraphQLSchemaPluginExecutor
extends Object
implements PluginExecutor
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GenerateGraphQLSchemaPluginExecutor
public GenerateGraphQLSchemaPluginExecutor()
-
-
Method Details
-
execute
Description copied from interface:PluginExecutor
Actual execution of the goal/task.
This method is the method called by the Maven and Gradle plugins. There should be one such component in the relevant package, for each goal.- Specified by:
execute
in interfacePluginExecutor
- Throws:
Exception
-