春天休息。摘要JSON树有效负载

时间:2015-04-29 16:25:25

标签: java json spring rest spring-mvc

有没有办法将抽象JSON有效负载作为Spring rest控制器方法的参数。我想要这样的东西:

@RequestMapping(value = "/my/url", method = RequestMethod.POST)
    public Bean method(JsonNode requestRaw)

JsonNodecom.fasterxml.jackson.databind.JsonNode

节点太复杂,Map<String, Object>不方便。

谢谢!

0 个答案:

没有答案