A Maven plugin for generating GWT bean parsers.
This project consists of the following modules:
- json-utils: A lightweight JSON handling library built on Jackson.
- gwt-beans-codegen-core: The core code generation engine for GWT bean parsers.
To build all modules:
mvn clean install
A lightweight JSON handling library that provides utilities for working with JSON data.
See json-utils/README.md for usage instructions.
The core code generation engine for GWT bean parsers.
- Java 17 or higher
- Maven 3.6 or higher