jakartaee / jsonb-api

Jakarta JSON Binding
https://eclipse-ee4j.github.io/jsonb-api/
Other
79 stars 39 forks source link

Support configuring polymorphism in JsonbConfig #335

Open amoscatelli opened 1 year ago

amoscatelli commented 1 year ago

When you define your classes in different jar you can't specify every possible child / subtype via annotation on the superclass.

Please allow specifing the subtype mapping inside the JsonbConfig.

amoscatelli commented 1 year ago

@Verdent what do you think of this ?