标签: spring-boot jackson spring-webflux
我只对请求的内部对象感兴趣。
{ "interestingObject" : { }, "garbage": {} }
如果我只有这个对象的POJO,却没有创建虚拟包装对象,如何获得interestingObject?
interestingObject
serverRequest.bodyToMono(interestingObject.class)