forked from loafle/openapi-generator-original
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user