i 正在使用Jackson,并想知道能否利用资源确定全球财产?
Example: In some places i need to do:
jsonMapper.configure(DeserializationConfig.Feature.FAIL_ON_UNKNOWN_PROPERTIES, false);
It would be nice that i can configure Jackson to do this global using spring resources.xml, any suggestion on how to do this?