Skip to content

nareshjs/JSonUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

JSonUtils

Trying to convert POJO to JSON using Jackson APIs Also trying to filter out some POJO attributes which need to be skipped for JSON conversion. Tried the following approaches:

  1. Using @JsonFilter - when you have write access to the POJO
  2. Using custom serialization - when you dont have write access to the POJO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages