com.vaadin.fusion.generator

Package com.vaadin.fusion.generator

  • Class Summary
    Class Description
    ClientAPIGenerator

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

    GeneratorUtils

    A set of static methods used in CCDM generators, so as flow do not depend on external libraries for these operations.

    MainGenerator

    Performs the generation of TypeScript files for endpoints, Client API file and endpoint barrel file based on the data from the OpenAPI json.

    OpenAPIConfiguration

    Basic information of the OpenApi spec.

    OpenAPIObjectGenerator

    Java parser class which scans for all Endpoint classes and produces OpenApi json.

    OpenAPISpecGenerator

    A generator class that creates the OpenAPI specification file from the sources provided.