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 02b8db4 commit efd8a2bCopy full SHA for efd8a2b
http-generator-core/src/main/java/io/avaje/http/generator/core/ElementReader.java
@@ -93,9 +93,6 @@ TypeHandler initTypeHandler() {
93
return TypeMap.enumParamHandler(type);
94
} else if (isCollection) {
95
this.isParamCollection = true;
96
- if (paramType == ParamType.FORMPARAM) {
97
- throw new IllegalStateException("You can't have a single Form Parameter be a list");
98
- }
99
final var isEnumCollection =
100
typeOp
101
.flatMap(t -> Optional.ofNullable(ctx.typeElement(t.param0())))
0 commit comments