This repository was archived by the owner on Aug 9, 2025. It is now read-only.
Commit ad0b7a9
committed
fix(rest): initialize constructor arg with default
The com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of error typically occurs when Jackson is unable to create an instance of a class during deserialization.1 parent b5cf46a commit ad0b7a9
File tree
1 file changed
+1
-1
lines changed- rest-adapter/src/main/kotlin/packagename/rest/representation
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments