Is it possible to list all exposed/available endpoints of RestEasy service in a simple way?
There is a RestEasy plugin, "stats", which exposes .../resteasy/registry
.
It needs to be registered in web.xml
:
resteasy.resources
org.jboss.resteasy.plugins.stats.RegistryStatsResource
Example response:
application/xml
application/json
text/xml
application/json
text/xml
application/json
Maven dependency:
org.jboss.resteasy
resteasy-jaxb-provider
3.0.8.Final
See eg. EAP docs and this EAP 7 Jira