how to get the body of ServerRequest (in suspend s...
# spring
d
how to get the body of ServerRequest (in suspend style no bodyToMono) of a dataclass ?
t
You mean
@RequestBody request: RequestDataClass
?
d
yes exactly