How to properly send array of objects with MockMvc POST api request which controller using @ModelAttribute?
I try to write post api endpoint test with MockMvc that send multiple parameters including array of objects and I got this error.
I try to write post api endpoint test with MockMvc that send multiple parameters including array of objects and I got this error.