forked from loafle/openapi-generator-original
* Align indentation * Add equals and hashcode to singleRequestParameter static class * Add missing sample updates that were affected by new imports * add restclient sample * update FILES, chmod=+x * Update samples with jakarta annotations * Updates samples --------- Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
890 B
890 B
NullableClass
Properties
Name | Type | Description | Notes |
---|---|---|---|
integerProp | Integer | [optional] | |
numberProp | BigDecimal | [optional] | |
booleanProp | Boolean | [optional] | |
stringProp | String | [optional] | |
dateProp | LocalDate | [optional] | |
datetimeProp | OffsetDateTime | [optional] | |
arrayNullableProp | List<Object> | [optional] | |
arrayAndItemsNullableProp | List<Object> | [optional] | |
arrayItemsNullable | List<Object> | [optional] | |
objectNullableProp | Map<String, Object> | [optional] | |
objectAndItemsNullableProp | Map<String, Object> | [optional] | |
objectItemsNullable | Map<String, Object> | [optional] |