Replies: 1 comment 8 replies
-
They should be found, but without an example I can't diagnose for sure. Possibly the return type of a resource class somewhere doesn't allow the scanner to find the sub-resource. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a couple of people in our team who love JAX-RS sub-resources. In very simple cases, the scanner can pick up the information, and everything is added to
openapi.json
. In other cases however, the sub-resource in a REST class is ignored completely or the whole sub-resource as a class is ignored completely.Is there some rule to how much sub-resources are supported? Is there some way to debug the scanner?
Beta Was this translation helpful? Give feedback.
All reactions