When I try to post new object with post method. RequestBody could not recognize contentType. Spring is already configured and POST could work with others objects, but not th
I had the same issue. Root cause was using custom deserializer without default constructor.