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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Currently Supported:
17
17
- Exception handling (use `.throws(ex) {}` in the routes with an APIException object) with Status pages interop (with .withAPI in the StatusPages configuration)
18
18
- tags (`.tag(tag) {}` in route with a tag object, currently must be an enum, but may be subject to change)
19
19
- Spec compliant Parameter Parsing (see basic example)
20
+
- Legacy Polymorphism with use of `@DiscriminatorAnnotation()` attribute and sealed classes
20
21
21
22
Extra Features:
22
23
- Includes Swagger-UI (enabled by default, can be managed in the `install(OpenAPIGen) { ... }` section)
0 commit comments