Is there an end-to-end example of using jsonschema2pojo that does the following
- Generate classes from types defined via json-schema
- Load the class dynamically
- Instantiate objects from such a class
- Populate fields in the object
Is there an end-to-end example of using jsonschema2pojo that does the following