In a Spring MVC REST service (json), I have a controller method like this one :
@RequestMapping(method = RequestMethod.POST, value = { \"/doesntmatter\" })
There is a elegant way to wrapper your request in a custom java.util.List which acts as both List and JavaBean. see here
java.util.List
List
JavaBean