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 52b9eaf commit b3eac31Copy full SHA for b3eac31
http-generator-core/src/main/java/io/avaje/http/generator/core/ElementReader.java
@@ -76,7 +76,7 @@ public class ElementReader {
76
useValidation = false;
77
}
78
if (ParamType.FORM == paramType || ParamType.BEANPARAM == paramType) {
79
- this.formBeanReader = getFormBeanReader(rawType, rawType, defaultType);
+ this.formBeanReader = getFormBeanReader(rawType, rawType, paramType);
80
this.imports.addAll(formBeanReader.imports());
81
82
0 commit comments