Package dev.hilla.frontend
Class EndpointGeneratorTaskFactoryImpl
- java.lang.Object
-
- dev.hilla.frontend.EndpointGeneratorTaskFactoryImpl
-
- All Implemented Interfaces:
com.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory
public class EndpointGeneratorTaskFactoryImpl extends Object implements com.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory
An implementation of the EndpointGeneratorTaskFactory, which creates endpoint generator tasks.
-
-
Constructor Summary
Constructors Constructor Description EndpointGeneratorTaskFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.server.frontend.TaskGenerateEndpointcreateTaskGenerateEndpoint(File applicationProperties, File openApi, File outputFolder, File frontendDirectory)com.vaadin.flow.server.frontend.TaskGenerateOpenAPIcreateTaskGenerateOpenAPI(File properties, File javaSourceFolder, ClassLoader classLoader, File output)
-
-
-
Method Detail
-
createTaskGenerateEndpoint
public com.vaadin.flow.server.frontend.TaskGenerateEndpoint createTaskGenerateEndpoint(File applicationProperties, File openApi, File outputFolder, File frontendDirectory)
- Specified by:
createTaskGenerateEndpointin interfacecom.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory
-
createTaskGenerateOpenAPI
public com.vaadin.flow.server.frontend.TaskGenerateOpenAPI createTaskGenerateOpenAPI(File properties, File javaSourceFolder, ClassLoader classLoader, File output)
- Specified by:
createTaskGenerateOpenAPIin interfacecom.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory
-
-