We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676176e commit 8788cf1Copy full SHA for 8788cf1
http-generator-core/src/main/java/io/avaje/http/generator/core/ElementReader.java
@@ -246,7 +246,7 @@ void writeParamName(Append writer) {
246
* Build the OpenAPI documentation for this parameter.
247
*/
248
void buildApiDocumentation(MethodDocBuilder methodDoc) {
249
- if (!isPlatformContext()) {
+ if (!isPlatformContext() && !isParamMap) {
250
new MethodParamDocBuilder(methodDoc, this).build();
251
}
252
0 commit comments