mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 05:00:50 +00:00
* fixes(java/restclient) Force usage of custom converter Insert custom converter at the beginning of the 'RestClientBuilder' converter list so as not to use default 'MappingJackson2HttpMessageConverter' Close #20111 * update samples --------- Co-authored-by: William Cheng <wing328hk@gmail.com>