forked from loafle/openapi-generator-original
test (JAVA SPRING RESTCLIENT) Add echo tests for the Spring 6 RestClient (#19145)
* test (JAVA SPRING RESTTEMPLATE) 17571: Add echo-api multipart form single file test * feat (JAVA SPRING RESTCLIENT) 18522: Add RestClient to README * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo all of Pet test * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo body free form object response string test * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo body pet test * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo body pet response string test * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo body string enum test * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo body tag response test * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo form tests * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo header test * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo path test * test (JAVA SPRING RESTCLIENT) 18522: Add RestClient echo query tests * feat (JAVA SPRING RESTCLIENT) 18522: Regenerasted API Clients for RestClient with fixed import indentation
This commit is contained in:
@@ -10,8 +10,8 @@ import org.springframework.http.HttpHeaders;
|
||||
import org.springframework.http.HttpMethod;
|
||||
import org.springframework.http.InvalidMediaTypeException;
|
||||
import org.springframework.http.MediaType;
|
||||
import org.springframework.http.converter.HttpMessageConverter;
|
||||
import org.springframework.http.converter.json.MappingJackson2HttpMessageConverter;
|
||||
import org.springframework.http.converter.HttpMessageConverter;
|
||||
import org.springframework.http.converter.json.MappingJackson2HttpMessageConverter;
|
||||
import org.springframework.util.CollectionUtils;
|
||||
import org.springframework.util.LinkedMultiValueMap;
|
||||
import org.springframework.util.MultiValueMap;
|
||||
|
||||
Reference in New Issue
Block a user