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>
677 B
677 B
MapTest
The class is defined in MapTest.java
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| mapMapOfString | Map<String, Map<String, String>> |
[optional property] | |
| mapOfEnumString | [Map<String, InnerEnum>](#Map<String, InnerEnum>) | [optional property] | |
| directMap | Map<String, Boolean> |
[optional property] | |
| indirectMap | Map<String, Boolean> |
[optional property] |
Map<String, InnerEnum>
| Name | Value |
|---|---|
| UPPER | "UPPER" |
| LOWER | "lower" |