-
-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
Milestone
Description
ScalaObjectMapper is a mixin for Jackson ObjectMapper that provides some helper functions that use Scala Manifests to implicitly access type information.
Scala Manifests are not supported for Scala3.
The options would appear to be.
- write Scala3 macros
- use https://github.com/zio/izumi-reflect
mfulgo