We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.frontend.
Package com.vaadin.flow.server.frontend
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 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 optionsReturns:
an endpoint tasks for generating TypeScript files for endpoints.
-
createTaskGenerateOpenAPI
Create a task for generating OpenAPI spec.
Parameters:
options
- the task optionsReturns:
an endpoint task that generates open api json file.
-