com.vaadin.flow.server.connect.generator.

Class VaadinConnectClientGenerator

  • java.lang.Object
    • com.vaadin.flow.server.connect.generator.VaadinConnectClientGenerator

  • public class VaadinConnectClientGenerator
    extends Object

    Generates the Vaadin connect-client file, based on the application properties, if provided.

    • Constructor Detail

      • VaadinConnectClientGenerator

        public VaadinConnectClientGenerator(Properties applicationProperties)

        Creates the generator, getting the data needed for the generation out of the application properties.

        Parameters:

        applicationProperties - the properties with the data required for the generation

    • Method Detail

      • generateVaadinConnectClientFile

        public void generateVaadinConnectClientFile(Path outputFilePath)

        Generates the client file in the file specified.

        Parameters:

        outputFilePath - the file to generate the default client into