We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93cca8 commit 7c4c959Copy full SHA for 7c4c959
src/main/kotlin/io/openapiprocessor/spring/model/parameters/QueryParameter.kt
@@ -44,7 +44,7 @@ class QueryParameter(
44
// Mapped should NOT be annotated if it was object schema
45
// Mapped should be annotated if it was a simple schema
46
if (dataType is MappedDataType) {
47
- return dataType.simpleDataType
+ return (dataType as MappedDataType).simpleDataType
48
}
49
50
return true
0 commit comments