We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a2c6c commit 31b82cdCopy full SHA for 31b82cd
dev.md
@@ -21,7 +21,9 @@ class with ours using typeMappings in the generator config.
21
2. The generator treats the discriminator value as a string,
22
but in our case it's numbers. To solve this problem, changes
23
have been made to the pojo.mustache template.
24
-3. The generator replaces the list field with _list, solved
+3. Disabled validation of additional JSON fields in
25
+the pojo.mustache template.
26
+4. The generator replaces the list field with _list, solved
27
using nameMappings in the generator config.
28
29
## Problem solving
0 commit comments