forked from loafle/openapi-generator-original
* add fmt-maven-plugin to jersey2 exp * update samples * add http signature auth template * minor fix * fix http beaer auth, update sample * fix http signature auth * fix http signature auth * header support * add query string to path * undo changes in default codegen * ignore fake test * add serialize to string method * add serialzie to string method * add get mapper * auto format java source code * remove plugin * update pom.xml * change back AbstractOpenApiSchema to T * skip mvn code formatter in bin script * undo changes to spec * update samples * add back HttpSignatureAuth.java
901 B
901 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] |