Andriy Dmytruk a0dd025c82
Add Micronaut server generator (#10270)
* 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>
2022-01-26 13:51:19 +08:00

1.1 KiB

AdditionalPropertiesClass

The class is defined in AdditionalPropertiesClass.java

Properties

Name Type Description Notes
mapString Map&lt;String, String&gt; [optional property]
mapNumber Map&lt;String, BigDecimal&gt; [optional property]
mapInteger Map&lt;String, Integer&gt; [optional property]
mapBoolean Map&lt;String, Boolean&gt; [optional property]
mapArrayInteger Map&lt;String, List&lt;Integer&gt;&gt; [optional property]
mapArrayAnytype Map&lt;String, List&lt;Object&gt;&gt; [optional property]
mapMapString Map&lt;String, Map&lt;String, String&gt;&gt; [optional property]
mapMapAnytype Map&lt;String, Map&lt;String, Object&gt;&gt; [optional property]
anytype1 Object [optional property]
anytype2 Object [optional property]
anytype3 Object [optional property]