‘jsonschema2pojo-core’ library is used to generate POJOs from json and json schema documents.
I am using following dependency throughout this tutorial.
<dependency>
<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo-core</artifactId>
<version>1.1.0</version>
</dependency>
No comments:
Post a Comment