feat (JAVA SPRING RESTCLIENT) 19406: Add single request parameter for Spring RestClient (#19430)

* feat (JAVA SPRING RESTCLIENT) 19406: Add single request parameter for Spring RestClient

Closes #19406

* chore (JAVA SPRING RESTCLIENT) 19406: Add new sample to jdk 17 tests

* fix (JAVA SPRING RESTCLIENT) 19406: Fix sample build
This commit is contained in:
Nicklas Wiegandt
2024-09-04 10:17:13 +02:00
committed by GitHub
parent f54b0e25a4
commit e4112c5aca
212 changed files with 26418 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
# ArrayTest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**arrayOfString** | **List<String>** | | [optional] |
|**arrayArrayOfInteger** | **List<List<Long>>** | | [optional] |
|**arrayArrayOfModel** | **List<List<ReadOnlyFirst>>** | | [optional] |