mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-17 08:31:23 +00:00
[java] Add jersey3 support to the Java client (#12046)
* add jersey3 client support * update code to support jersey3 * test jersey3 in ci * update doc * update sbt, gradle build files
This commit is contained in:
15
samples/client/petstore/java/jersey3/docs/ArrayTest.md
Normal file
15
samples/client/petstore/java/jersey3/docs/ArrayTest.md
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
# ArrayTest
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
|**arrayOfString** | **List<String>** | | [optional] |
|
||||
|**arrayArrayOfInteger** | **List<List<Long>>** | | [optional] |
|
||||
|**arrayArrayOfModel** | **List<List<ReadOnlyFirst>>** | | [optional] |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user