-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Include Spring Data REST endpoints in /mappings #4541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I check the related code and I find the reason why spring data rest endpoint didn't included in mappings is The only instance of If we can ask them to export Do you have any advice? @wilkinsona |
Spring Data REST already exposes its handler mapping as a bean, but it's a We either need to use reflection to look inside |
I've opened DATAREST-1136 to hopefully get an official API for accessing the delegates. |
As of #9979, mappings from Spring Data REST are now available. |
No description provided.
The text was updated successfully, but these errors were encountered: