I am trying to mock a POST method with MockRestServiceServer in the following way:
MockRestServiceServer
MockRestServiceServer server = bindTo(restTemplate).build(); serv
May use HttpMessageConverter can help. according to the document, HttpMessageConverter::read method can be the place that provide check the input ability.