Skip to content

Create Plain Old Java Object (POJO) of a given JSON file using Jackson and no java class to be provided for type mapping. Instead we are using HashMap<String, Object> with the POJO properties and data types.

Notifications You must be signed in to change notification settings

quotcode/dynamic-pojo-creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

About

Create Plain Old Java Object (POJO) of a given JSON file using Jackson and no java class to be provided for type mapping. Instead we are using HashMap<String, Object> with the POJO properties and data types.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages