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 Details

    • GenerateGraphQLSchemaPluginExecutor

      public GenerateGraphQLSchemaPluginExecutor()
  • Method Details

    • execute

      public void execute() throws Exception
      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 interface PluginExecutor
      Throws:
      Exception