forked from loafle/openapi-generator-original
* 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
948 B
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] |