Details
Description
In the ozone, there are many places using ObjectMapper to do the object-json transformation. From the page of ObjectMapper (https://github.com/FasterXML/jackson-docs/wiki/Presentation:-Jackson-Performance), ObjectMapper is a heavy-weight object, it not a good bevahiour to create this instance everywhere.