https://github.com/daniel-sc/podio-java-codegen
Tool, that automatically creates Java (wrapper) classes for any given Podio app. Any class includes corresponding from/to Item mappers. This can easily be used as a maven plugin.
https://github.com/daniel-sc/podio-java-codegen
code-generation java podio
Last synced: 5 months ago
JSON representation
Tool, that automatically creates Java (wrapper) classes for any given Podio app. Any class includes corresponding from/to Item mappers. This can easily be used as a maven plugin.
- Host: GitHub
- URL: https://github.com/daniel-sc/podio-java-codegen
- Owner: daniel-sc
- License: mit
- Created: 2013-06-25T10:27:30.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T21:35:56.000Z (over 5 years ago)
- Last Synced: 2025-03-29T08:04:03.383Z (about 1 year ago)
- Topics: code-generation, java, podio
- Language: Java
- Homepage:
- Size: 11.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
podio-java-codegen
==================
[](https://mvnrepository.com/artifact/com.github.daniel-sc.podio-java-codegen)
[](https://travis-ci.org/daniel-sc/podio-java-codegen)
Tool, that automatically creates Java (wrapper) classes for any given Podio app. Any class includes corresponding from/to Item mappers.
This can easily be used as a maven plugin.
See: https://github.com/daniel-sc/podio-java-codegen/wiki/Getting-started
Additionally, there is a simple interface for fetching/updating the wrapper classes. As extras there are proxies for automatic retry on Podio rate limit error/hit and a cache that circumvents unnecessary updates/writes.