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");
...
Type: Posts; User: drindt; Keyword(s):
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");
...