Is there no support to parse a POJO and use it?

I used this example now:


MultiValueMap<String, Object> parts = new LinkedMultiValueMap<String, Object>();
parts.add("field 1", "value 1");
...