Andriy Dmytruk 09aa7bfd0a
Add support for Micronaut Client (#10063)
* Create initial version of openapi micronaut generator

* Update validation, authorization, query parameters and time format

* Move micronaut to its own generator

* Add micronaut documentation

* Refactor and add tests to JavaMicronautClientGenerator

* Refactor model mustache for micronaut client

* Refactor model enum and pojo mustache files for micronaut client

* Move micronaut client generation to micronaut 3.0.0-M5 version

* Generate samples for micronaut client

* Add hidden files of generated samples for micronaut client

* Add and configure micronaut tests as maven profile

* Add option to choose between junit and spock for micronaut client generator

* Add tests for micronaut 'build' and 'test' options; regenerate micronaut samples
2021-08-15 22:36:45 +08:00

948 B

AdditionalPropertiesClass

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]