Spring REST有多个@RequestBody参数,可能吗?

Spring REST有多个@RequestBody参数,可能吗?,第1张

Spring REST有多个@RequestBody参数,可能吗?

我很确定那是行不通的。可能有一种解决方法,但更简单的方法是引入包装器对象并更改你的签名:

public class PersonContext{    private UserContext userContext;    private Person person;    // getters and setters}public Person createPerson(@RequestBody PersonContext personContext)


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4929630.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-12
下一篇 2022-11-12

发表评论

登录后才能评论

评论列表(0条)

保存