Refactor spring-boot JSON parsers
Refactor JSON parser wrappers to remove duplicate code portions in the parseMap() and parseList() methods by adding an AbstractJsonParser. See gh-12428
Showing
Please register or sign in to comment
Refactor JSON parser wrappers to remove duplicate code portions in the parseMap() and parseList() methods by adding an AbstractJsonParser. See gh-12428