java json controller
Posted
by dev
on Stack Overflow
See other posts from Stack Overflow
or by dev
Published on 2010-05-19T08:23:25Z
Indexed on
2010/05/19
8:30 UTC
Read the original article
Hit count: 136
I have an Java class, like Library, that contains many fields. I want do ajax call to server and in controller's method I want to have partly initialized @RequestBody Library with only fields, which are present in json object.
Please Help
© Stack Overflow or respective owner