forked from loafle/openapi-generator-original
* [Java][Client] Fix #12556 Support primitives and arrays in oneOf * Regenerate petstore samples * Regenerate petstore test samples * Treat 'BigDecimal' as primtive datatype * Fix integration tests
This commit is contained in:
@@ -603,7 +603,7 @@ public class Example {
|
||||
|
||||
### Return type
|
||||
|
||||
[**BigDecimal**](BigDecimal.md)
|
||||
**BigDecimal**
|
||||
|
||||
|
||||
### Authorization
|
||||
@@ -671,7 +671,7 @@ public class Example {
|
||||
|
||||
### Return type
|
||||
|
||||
ApiResponse<[**BigDecimal**](BigDecimal.md)>
|
||||
ApiResponse<**BigDecimal**>
|
||||
|
||||
|
||||
### Authorization
|
||||
|
||||
Reference in New Issue
Block a user