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
已提問 5 個月前檢視次數 142 次
1 個回答
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
專家
已回答 5 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南