Better handling of x-nullable in codegen property (#14800)

* add failed tests

* add logic to handle x-nullable in property

* update samples

* update test
This commit is contained in:
William Cheng
2023-02-24 15:24:34 +08:00
committed by GitHub
parent b527f3b816
commit d400d7fb15
17 changed files with 247 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ to test the default value of properties
|**arrayIntegerDefault** | **List<Integer>** | | [optional] |
|**arrayString** | **List<String>** | | [optional] |
|**arrayStringNullable** | **List<String>** | | [optional] |
|**arrayStringExtensionNullable** | **List<String>** | | [optional] |
|**stringNullable** | **String** | | [optional] |