forked from loafle/openapi-generator-original
* Add micronaut server implementation * Add micronaut server tests and imporovements * Generate samples, docs and verify that tests pass * Update micronaut docs and samples after merging with master * Update micronaut dev server samples * Add micronuat server docs * Update micronaut version * Minor changes to micronaut server and client * Fix documentation generation in samples Co-authored-by: Andriy Dmytruk <andriy.dmytruk@andriy.dmytruk.ca.oracle.com>
602 B
602 B
EnumArrays
The class is defined in EnumArrays.java
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| justSymbol | JustSymbolEnum | [optional property] | |
| arrayEnum | List<ArrayEnumEnum> | [optional property] |
JustSymbolEnum
| Name | Value |
|---|---|
| GREATER_THAN_OR_EQUAL_TO | ">=" |
| DOLLAR | "$" |
List<ArrayEnumEnum>
| Name | Value |
|---|---|
| FISH | "fish" |
| CRAB | "crab" |