A Maven plugin for generating GWT bean parsers.
This project consists of the following modules:
- gwt-beans-codegen-test-json: JVM-based test stubs for GWT JSON classes, enabling unit testing without GWT.
- gwt-beans-codegen-core: The core code generation engine for GWT bean parsers.
- gwt-beans-codegen-maven-plugin: The Maven plugin code.
To build all modules:
mvn clean installJVM-based test stubs for GWT JSON classes, backed by Jackson. Enables unit testing of generated parsers without a GWT runtime.
See gwt-beans-codegen-test-json/README.md for usage instructions.
The core code generation engine for GWT bean parsers. For more detailed information and how to use the tool via the command line see the module gwt-beans-codegen-core/README.md
The Maven plugin to generate the Parsers during generate sources phase. For more information on how to use and configure the Maven plugin see the module gwt-beans-codegen-maven-plugin/README.md
- Java 17 or higher
- Maven 3.6 or higher