We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa7b3e commit 204e2b9Copy full SHA for 204e2b9
1 file changed
src/main/groovy/com/github/hauner/openapi/spring/converter/schema/SchemaType.groovy
@@ -112,6 +112,7 @@ class PrimitiveSchemaType extends BaseSchemaType {
112
List<TypeMappingX> matchTypeMapping (List<TypeMappingX> typeMappings) {
113
typeMappings.findAll () {
114
(it.isLevel (MappingLevel.TYPE)
115
+ // simple but ignores the interface!
116
&& it.sourceTypeName == info.type
117
&& it.sourceTypeFormat == info.format)
118
}
0 commit comments