You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/mapping/index.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ It can also be used to map the OpenAPI `array` type to a different java collecti
10
10
11
11
Type mapping is very flexible. It is possible to define the mapping globally, globally for a specific response or parameter or limited to a specific endpoint or even http method for an endpoint.
12
12
13
-
Type mapping also supports (nested) generic parameters to the target type. One level.
13
+
Type mapping also supports (nested) generic parameters to the target type. Multiple levels.
14
14
15
15
Type mapping works best with named schemas (i.e., schemas `$ref` erenced by their name).
0 commit comments