public interface EndpointGeneratorTaskFactory
For internal use only. May be renamed or removed in a future release.
Modifier and Type | Method and Description |
---|---|
TaskGenerateFusion |
createTaskGenerateFusion(File applicationProperties,
File openApi,
File outputFolder,
File frontendDirectory)
Create a task for generating TS files based.
|
TaskGenerateOpenAPI |
createTaskGenerateOpenAPI(File properties,
File javaSourceFolder,
ClassLoader classLoader,
File output)
Create a task for generating OpenAPI spec.
|
TaskGenerateFusion createTaskGenerateFusion(File applicationProperties, File openApi, File outputFolder, File frontendDirectory)
applicationProperties
- application properties file.openApi
- openApi json file. not null
outputFolder
- the output folder. not null
frontendDirectory
- the frontend folder.TaskGenerateOpenAPI createTaskGenerateOpenAPI(File properties, File javaSourceFolder, ClassLoader classLoader, File output)
properties
- application properties file.javaSourceFolder
- source paths of the project containing Vaadin Endpoint. not
null
classLoader
- The class loader which should be used to resolved types in the
source paths. not null
output
- the output path of the generated json file. not null
Copyright © 2022. All rights reserved.