Interface EndpointGeneratorTaskFactory


public interface EndpointGeneratorTaskFactory
A factory for creating Vaadin Endpoint generator tasks.
  • Method Details

    • createTaskGenerateEndpoint

      TaskGenerateEndpoint createTaskGenerateEndpoint(Options options)
      Create a task for generating TS files based.
      Parameters:
      options - the task options
      Returns:
      an endpoint tasks for generating TypeScript files for endpoints.
    • createTaskGenerateOpenAPI

      TaskGenerateOpenAPI createTaskGenerateOpenAPI(Options options)
      Create a task for generating OpenAPI spec.
      Parameters:
      options - the task options
      Returns:
      an endpoint task that generates open api json file.