forked from loafle/openapi-generator-original
* fix #16797 and #15796 spring child constructor missing parent params * root cause and update the DefaultCodegen.java to add missing property when with multi inheritance * rollback SpringCodegen.java * update samples * rollback with master cause #16992 fixed this issue too * still using orignal design * catchup master * catchup master * catchup master * fix * add tests --------- Co-authored-by: dabdirb <dabdirb@gmail.com>
This commit is contained in:
@@ -70,6 +70,13 @@ Route::delete('/v2/fake', 'FakeController@testGroupParameters');
|
||||
* Output-Formats: [*_/_*]
|
||||
*/
|
||||
Route::get('/v2/fake/BigDecimalMap', 'FakeController@fakeBigDecimalMap');
|
||||
/**
|
||||
* post testAdditionalPropertiesReference
|
||||
* Summary: test referenced additionalProperties
|
||||
* Notes:
|
||||
|
||||
*/
|
||||
Route::post('/v2/fake/additionalProperties-reference', 'FakeController@testAdditionalPropertiesReference');
|
||||
/**
|
||||
* put testBodyWithBinary
|
||||
* Summary:
|
||||
|
||||
Reference in New Issue
Block a user