We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cd137 commit 1531d11Copy full SHA for 1531d11
1 file changed
docs/howto/global-array-mapping.md
@@ -43,8 +43,8 @@ to the [`mapping.yaml`][docs-mapping]. Adding the following *global* type mappin
43
types:
44
45
# map array to java.util.Collection
46
- - from array
47
- to java.util.Collection
+ - from: array
+ to: java.util.Collection
48
```
49
50
will change the generated endpoint to:
0 commit comments