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 7e55df1 commit 7dc2a10Copy full SHA for 7dc2a10
docs/KogeraSpecificImplementations.md
@@ -25,3 +25,7 @@ I will consider making the classes public again when we receive requests for the
25
## Remove old options and `deprecated` code
26
Because `jackson-module-kotlin` is a framework with a long history, some old code and options remain.
27
In `kogera`, those options have been removed.
28
+
29
+# Value class support
30
+The `jackson-module-kogera` supports many use cases of `value class` (`inline class`).
31
+This is summarized [here](./AboutValueClassSupport.md).
0 commit comments