Package dev.hilla.frontend
Class EndpointGeneratorTaskFactoryImpl
- java.lang.Object
-
- dev.hilla.frontend.EndpointGeneratorTaskFactoryImpl
-
- All Implemented Interfaces:
EndpointGeneratorTaskFactory
public class EndpointGeneratorTaskFactoryImpl extends Object implements 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 TaskGenerateEndpointcreateTaskGenerateEndpoint(File applicationProperties, File openApi, File outputFolder, File frontendDirectory)TaskGenerateOpenAPIcreateTaskGenerateOpenAPI(File properties, File javaSourceFolder, ClassLoader classLoader, File output)
-
-
-
Method Detail
-
createTaskGenerateEndpoint
public TaskGenerateEndpoint createTaskGenerateEndpoint(File applicationProperties, File openApi, File outputFolder, File frontendDirectory)
- Specified by:
createTaskGenerateEndpointin interfaceEndpointGeneratorTaskFactory
-
createTaskGenerateOpenAPI
public TaskGenerateOpenAPI createTaskGenerateOpenAPI(File properties, File javaSourceFolder, ClassLoader classLoader, File output)
- Specified by:
createTaskGenerateOpenAPIin interfaceEndpointGeneratorTaskFactory
-
-