Skip to content

Commit ffe6658

Browse files
authored
Update README.md
1 parent c94dede commit ffe6658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Currently Supported:
1717
- Exception handling (use `.throws(ex) {}` in the routes with an APIException object) with Status pages interop (with .withAPI in the StatusPages configuration)
1818
- tags (`.tag(tag) {}` in route with a tag object, currently must be an enum, but may be subject to change)
1919
- Spec compliant Parameter Parsing (see basic example)
20+
- Legacy Polymorphism with use of `@DiscriminatorAnnotation()` attribute and sealed classes
2021

2122
Extra Features:
2223
- Includes Swagger-UI (enabled by default, can be managed in the `install(OpenAPIGen) { ... }` section)

0 commit comments

Comments
 (0)