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>
1.1 KiB
1.1 KiB
AdditionalPropertiesClass
The class is defined in AdditionalPropertiesClass.java
Properties
Name | Type | Description | Notes |
---|---|---|---|
mapString | Map<String, String> |
[optional property] | |
mapNumber | Map<String, BigDecimal> |
[optional property] | |
mapInteger | Map<String, Integer> |
[optional property] | |
mapBoolean | Map<String, Boolean> |
[optional property] | |
mapArrayInteger | Map<String, List<Integer>> |
[optional property] | |
mapArrayAnytype | Map<String, List<Object>> |
[optional property] | |
mapMapString | Map<String, Map<String, String>> |
[optional property] | |
mapMapAnytype | Map<String, Map<String, Object>> |
[optional property] | |
anytype1 | Object |
[optional property] | |
anytype2 | Object |
[optional property] | |
anytype3 | Object |
[optional property] |