Tuesday 30 March 2021

jsonschema2pojo-core tutorial: Generate pojos from json

‘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>

 


      Generate POJOs from json document
      Generate POJOs from json schema

 

Previous                                                    Next                                                    Home

No comments:

Post a Comment