mbknor / mbknor-jackson-jsonSchema

Generate JSON Schema with Polymorphism using Jackson annotations
MIT License
234 stars 79 forks source link

Support concrete base class in polymorphic types #147

Open alessiostalla opened 3 years ago

alessiostalla commented 3 years ago
class Parent {}
class Child extends Parent {}

Currently, Parent is treated as it was abstract i.e. if only Child can appear as a node.

richturner commented 3 years ago

Would be great to see this included