You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following on from #461, it would be nice if the JSON Serde options supported providing a SubtypeResolver, rather than requiring each subtype to be manually registered.
Then create a new jar users can use to wire in an implementation of the SubtypeResolver that used ClassGraph to load subtypes.
This would be inline with the JSON Schema Generator Gradle plugin
The text was updated successfully, but these errors were encountered:
big-andy-coates
changed the title
Provide ClassGraph implementation of SubtypeResolver
Enhance JSON serde to provide hook for loading subtypes
Jan 22, 2024
Following on from #461, it would be nice if the JSON Serde options supported providing a
SubtypeResolver
, rather than requiring each subtype to be manually registered.Then create a new jar users can use to wire in an implementation of the SubtypeResolver that used ClassGraph to load subtypes.
This would be inline with the JSON Schema Generator Gradle plugin
The text was updated successfully, but these errors were encountered: