[JAVA] fix toUrlQueryString for BigDecimal (#15764)

* add MyImportTest.java

* fix original issue

* fix same issue for native library

* remove MyImportTest

* add test configs

* generate samples (again?)

* generate samples again

* generate samples again, undo pom.xml mistake [amended to retrigger circliCi]
This commit is contained in:
martin-mfg
2023-06-08 03:34:06 +02:00
committed by GitHub
parent fbe768bb9c
commit b7f2b723aa
176 changed files with 7934 additions and 8 deletions

View File

@@ -63,6 +63,13 @@ Route::get('/v2/fake', 'FakeController@testEnumParameters');
*/
Route::delete('/v2/fake', 'FakeController@testGroupParameters');
/**
* get fakeBigDecimalMap
* Summary:
* Notes: for Java apache and Java native, test toUrlQueryString for maps with BegDecimal keys
* Output-Formats: [*_/_*]
*/
Route::get('/v2/fake/BigDecimalMap', 'FakeController@fakeBigDecimalMap');
/**
* put testBodyWithBinary
* Summary: