forked from loafle/openapi-generator-original
[Micronaut] Add support for OffsetDateTime for Micronaut generators (#11871)
* Fix test output folder error for MicronautServerGenerator * Add java8 OffsetDateTime support for Micronaut Codegens
This commit is contained in:
@@ -268,7 +268,7 @@ Name | Type | Description | Notes
|
||||
**string** | `String`| None | [optional parameter]
|
||||
**binary** | `File`| None | [optional parameter]
|
||||
**date** | `LocalDate`| None | [optional parameter]
|
||||
**dateTime** | `LocalDateTime`| None | [optional parameter]
|
||||
**dateTime** | `OffsetDateTime`| None | [optional parameter]
|
||||
**password** | `String`| None | [optional parameter]
|
||||
**paramCallback** | `String`| None | [optional parameter]
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
||||
**_byte** | `byte[]` | |
|
||||
**binary** | `File` | | [optional property]
|
||||
**date** | `LocalDate` | |
|
||||
**dateTime** | `LocalDateTime` | | [optional property]
|
||||
**dateTime** | `OffsetDateTime` | | [optional property]
|
||||
**uuid** | `UUID` | | [optional property]
|
||||
**password** | `String` | |
|
||||
**bigDecimal** | `BigDecimal` | | [optional property]
|
||||
|
||||
@@ -9,7 +9,7 @@ The class is defined in **[MixedPropertiesAndAdditionalPropertiesClass.java](../
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**uuid** | `UUID` | | [optional property]
|
||||
**dateTime** | `LocalDateTime` | | [optional property]
|
||||
**dateTime** | `OffsetDateTime` | | [optional property]
|
||||
**map** | [`Map<String, Animal>`](Animal.md) | | [optional property]
|
||||
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
||||
**id** | `Long` | | [optional property]
|
||||
**petId** | `Long` | | [optional property]
|
||||
**quantity** | `Integer` | | [optional property]
|
||||
**shipDate** | `LocalDateTime` | | [optional property]
|
||||
**shipDate** | `OffsetDateTime` | | [optional property]
|
||||
**status** | [**StatusEnum**](#StatusEnum) | Order Status | [optional property]
|
||||
**complete** | `Boolean` | | [optional property]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user