Package com.vaadin.hilla.internal
Class EndpointGeneratorTaskFactoryImpl
java.lang.Object
com.vaadin.hilla.internal.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 -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.server.frontend.TaskGenerateEndpointcreateTaskGenerateEndpoint(com.vaadin.flow.server.frontend.Options options) com.vaadin.flow.server.frontend.TaskGenerateOpenAPIcreateTaskGenerateOpenAPI(com.vaadin.flow.server.frontend.Options options)
-
Constructor Details
-
EndpointGeneratorTaskFactoryImpl
public EndpointGeneratorTaskFactoryImpl()
-
-
Method Details
-
createTaskGenerateEndpoint
public com.vaadin.flow.server.frontend.TaskGenerateEndpoint createTaskGenerateEndpoint(com.vaadin.flow.server.frontend.Options options) - Specified by:
createTaskGenerateEndpointin interfacecom.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory
-
createTaskGenerateOpenAPI
public com.vaadin.flow.server.frontend.TaskGenerateOpenAPI createTaskGenerateOpenAPI(com.vaadin.flow.server.frontend.Options options) - Specified by:
createTaskGenerateOpenAPIin interfacecom.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory
-