William Cheng 51800471fa
[java][Okhttp] replace okhttp-gson with okhttp-gson-nextgen (#11538)
* replace okhttp-gson with okhttp-gson-nextgen

* add new files

* update doc

* clean up pom

* update test

* restore error handling in doc

* add back changes

* uncomment tests

* update samples
2022-02-08 00:05:44 +08:00

848 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]