I have got a Java 8 Spring project that already has swagger configured to auto generate the swagger web-page documentation. I would like to also generate a single json file that contains all endpoints every time that project builds.
Is there a way to generate this using Java annotations or XML/property from Swagger or Spring?