jsonb-api
jsonb-api copied to clipboard
Support configuring polymorphism in JsonbConfig
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.
@Verdent what do you think of this ?