[java][okhttp-gson] Fix oneof, anyof for array type (#18324)

* fix oneof, anyof for array type in java okhttp-gson

* fix oneof

* fix add tests

* clean up comments

* update

* add new files
This commit is contained in:
William Cheng
2024-04-08 22:20:23 +08:00
committed by GitHub
parent b2faf39ac7
commit 83b45fd1e8
37 changed files with 2958 additions and 1767 deletions

View File

@@ -0,0 +1,14 @@
# ModelWithOneOfAnyOfProperties
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**oneofProp** | [**ArrayOneOf**](ArrayOneOf.md) | | [optional] |
|**anyofProp** | [**ArrayAnyOf**](ArrayAnyOf.md) | | [optional] |