Class 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 Detail

      • EndpointGeneratorTaskFactoryImpl

        public EndpointGeneratorTaskFactoryImpl()
    • Method Detail

      • createTaskGenerateEndpoint

        public com.vaadin.flow.server.frontend.TaskGenerateEndpoint createTaskGenerateEndpoint​(File applicationProperties,
                                                                                               File openApi,
                                                                                               File outputFolder,
                                                                                               File frontendDirectory)
        Specified by:
        createTaskGenerateEndpoint in interface com.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory
      • createTaskGenerateOpenAPI

        public com.vaadin.flow.server.frontend.TaskGenerateOpenAPI createTaskGenerateOpenAPI​(File properties,
                                                                                             File javaSourceFolder,
                                                                                             ClassLoader classLoader,
                                                                                             File output)
        Specified by:
        createTaskGenerateOpenAPI in interface com.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory