I\'m looking for a way to generate a server stub for a java google endpoints backend project from a swagger API (yaml/json file).
Any suggestions?
Cheers, Asaf>
You should explore swagger code-gen.
https://github.com/swagger-api/swagger-codegen#to-generate-a-sample-client-library
You can also explore Restlet studio : https://studio.restlet.com/apis/local/info (Server-skeletons and choose).
hope it helps