jaxrs-analyzer jar file for aws

0

Hi, I need to generate swagger docs having AWS specific feature. This requires a custom version of jaxrs-analyzer

I looked at mvn repo and could find the one sebastian-daschner jaxrs-analyzer-maven-plugin version 0.14: jaxrs-analyzer-0.14.jar. However, I could not find a specific package for aws jaxrs-analyzer-0.14-aws.jar. In other words, can I find a jar file that was customised for AWS?

Could you please help Many thanks

son
feita há 5 meses142 visualizações
1 Resposta
0

There's no pre-built jaxrs-analyzer with AWS features.

You have options:

  1. Add AWS details manually after running jaxrs-analyzer, or write custom annotations for it. Requires some technical know-how.

  2. Develop a plugin specifically for AWS features. More advanced, but flexible.

  3. Try Swagger Codegen with its AWS plugins or AWS API Gateway's doc generation features. Easier, but less control.

profile picture
ESPECIALISTA
respondido há 5 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas