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
posta 5 mesi fa142 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande