Interface EndpointGeneratorTaskFactory


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

For internal use only. May be renamed or removed in a future release.

Since:
6.0
Author:
Vaadin Ltd.
  • 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.