This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/resources/mapping/v2 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 135
135
"description" : " wrapper object of a http response." ,
136
136
"type" : " string" ,
137
137
"examples" : [
138
- " result: org.springframework.http.ResponseEntity"
138
+ " org.springframework.http.ResponseEntity"
139
139
]
140
140
},
141
141
"SingleMapping" : {
142
142
"description" : " reactive wrapper of single types." ,
143
143
"type" : " string" ,
144
144
"examples" : [
145
- " single: reactor.core.publisher.Mono"
145
+ " reactor.core.publisher.Mono"
146
146
]
147
147
},
148
148
"MultiMapping" : {
149
149
"description" : " reactive wrapper of array types." ,
150
150
"type" : " string" ,
151
151
"examples" : [
152
- " reactor. core.publisher.Flux"
152
+ " core.publisher.Flux"
153
153
]
154
154
},
155
155
"NullMapping" : {
202
202
" name"
203
203
],
204
204
"examples" : [
205
- " name: foo => io.openapiprocessor.Foo"
205
+ " foo => io.openapiprocessor.Foo"
206
206
]
207
207
},
208
208
"ResponseMappings" : {
225
225
" content"
226
226
],
227
227
"examples" : [
228
- " content: application/json => io.openapiprocessor.Foo"
228
+ " application/json => io.openapiprocessor.Foo"
229
229
]
230
230
}
231
231
},
You can’t perform that action at this time.
0 commit comments