Tool for automating the provisioning of a basic internal java microservice structure for an API (lol)
The simplest use-case is described by the following command
python3 src/gen_classes.py ./data/randomInput.json ./data/randomOutput.json
To get some help use the following command
python3 src/gen_classes.py --help
- Modify conversion methods to add the possibility to ignore some fields (passed as argument) during the copy;
- Add Kafka Consumer to trigger elaboration of input from Kafka topic.