forked from loafle/openapi-generator-original
* regenerate tests in jersey2-java8 client * update samples * fix java google api client tests * update java resteasy to use v3 spec for tests * update java vertx to test with v3 spec * update java resttemplate to test with v3 spec * add new files * regenerate jersey1 tests
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] |