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
asked 4 months ago132 views
1 Answer
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
EXPERT
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions