Skip to content

Commit 6d9ef28

Browse files
committed
cleanup
1 parent dc15628 commit 6d9ef28

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

src/test/groovy/com/github/hauner/openapi/spring/processor/MappingExampleSpec.groovy

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,15 @@ options:
3434
bean-validation: true
3535
3636
map:
37+
result:
38+
to: plain
39+
3740
types:
41+
- from: single
42+
to: reactor.core.publisher.Mono
43+
3844
- from: array
39-
to: java.util.Collection<java.lang.String>
45+
to: java.util.Collection
4046
4147
- from: Schema
4248
to: java.util.Map
@@ -66,7 +72,13 @@ map:
6672
exclude: true
6773
6874
/second:
75+
result:
76+
to: org.springframework.http.ResponseEntity
77+
6978
types:
79+
- from: single
80+
to: reactor.core.publisher.Mono
81+
7082
- from: Schema
7183
to: java.util.Collection
7284

0 commit comments

Comments
 (0)