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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ