Join Slack
Powered by
Has anyone had problems with mapping JSON to a par...
# spring
d
dstarcev
09/25/2016, 9:20 AM
Has anyone had problems with mapping JSON to a parameter like
@RequestBody data: MyClass
? I experience a weird behaviour of Spring: when number and order of properties in the sent JSON doesn’t match those in
MyClass
, the mapper loses some values.
Open in Slack
Previous
Next