mbknor / mbknor-jackson-jsonSchema

Generate JSON Schema with Polymorphism using Jackson annotations
MIT License
232 stars 75 forks source link

[fix] Look for sub-sub types #157

Open almson opened 2 years ago

almson commented 2 years ago

Recurse through the type hierarchic to discover all subtypes.

Also I couldn't help but rewrite the superfluous and obtuse functional coding style. Ugh. Is this what all Scala code looks like?