Interface EndpointGeneratorTaskFactory
public interface EndpointGeneratorTaskFactory
A factory for creating Vaadin Endpoint generator tasks.
-
Method Summary
Modifier and TypeMethodDescriptioncreateTaskGenerateEndpoint(Options options) Create a task for generating TS files based.createTaskGenerateOpenAPI(Options options) Create a task for generating OpenAPI spec.
-
Method Details
-
createTaskGenerateEndpoint
Create a task for generating TS files based.- Parameters:
options- the task options- Returns:
- an endpoint tasks for generating TypeScript files for endpoints.
-
createTaskGenerateOpenAPI
Create a task for generating OpenAPI spec.- Parameters:
options- the task options- Returns:
- an endpoint task that generates open api json file.
-