We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc15628 commit 6d9ef28Copy full SHA for 6d9ef28
1 file changed
src/test/groovy/com/github/hauner/openapi/spring/processor/MappingExampleSpec.groovy
@@ -34,9 +34,15 @@ options:
34
bean-validation: true
35
36
map:
37
+ result:
38
+ to: plain
39
+
40
types:
41
+ - from: single
42
+ to: reactor.core.publisher.Mono
43
44
- from: array
- to: java.util.Collection<java.lang.String>
45
+ to: java.util.Collection
46
47
- from: Schema
48
to: java.util.Map
@@ -66,7 +72,13 @@ map:
66
72
exclude: true
67
73
68
74
/second:
75
76
+ to: org.springframework.http.ResponseEntity
77
69
78
79
80
81
70
82
71
83
to: java.util.Collection
84
0 commit comments