摘要:
Jackson provides a few different mechanisms to configure handling of "extra" JSON elements. Following is an example of configuring theObjectMapperto notFAIL_ON_UNKNOWN_PROPERTIES.import org.codehaus.jackson.annotate.JsonAutoDetect.Visibility;import org.codehaus.jackson.annotate.JsonMethod; 阅读全文
posted @ 2014-01-17 19:51
wangqianbo
阅读(1151)
评论(0)
推荐(0)