Pojo scheme for json v4 and vice versa via maven

I am trying to find a set of documents for one of our projects where there is a requirement to convert Java POJO to JSON Schema 4, and sometimes a JSON 4 scheme back to POJO. I could not find the maven plugin that does all this.

I was able to find https://github.com/wodzuu/JSONschema4-mapper to generate a JSON scheme and https://github.com/joelittlejohn/jsonschema2pojo to generate PoJo.

I'm sure this is a very common use case, so just writing to check what you people used to do this? Any inputs

+6
source share

All Articles