Replies: 2 comments 1 reply
-
Replace: classSet.add(MyEndpoint.class.toString()); With: classSet.add(MyEndpoint.class.getName()); |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for saving me from my stupidity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to integrate with a standalone RestEasy project. I've tried scanning, passing in specific classes and packages, etc, but the OpenApiDocument remains empty:
openapi: 3.0.3
info:
title: Generated API
version: "1.0"
paths: {}
I am integrating as follows (just hacking things together and trying to get things working-ish):
Could someone please point me in the right direction? It would be very much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions