[Java] fix nullable arrays when JsonNullable is used (#10012)

This commit is contained in:
Oleh Kurpiak
2021-07-27 08:57:07 +03:00
committed by GitHub
parent ddd23ab197
commit aa4018d09b
56 changed files with 2965 additions and 70 deletions

View File

@@ -0,0 +1,17 @@
# ByteArrayObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**nullableArray** | **byte[]** | byte array. | [optional]
**normalArray** | **byte[]** | byte array. | [optional]
**nullableString** | **String** | | [optional]
**stringField** | **String** | | [optional]
**intField** | **BigDecimal** | | [optional]