Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Endpoints Framework Maven plugin: Generated docs include injected user? #205

Open
ShaimaaSabry opened this issue Jun 13, 2021 · 0 comments

Comments

@ShaimaaSabry
Copy link

ShaimaaSabry commented Jun 13, 2021

I have the following api:

@ApiMethod(path = "users", httpMethod = HttpMethod.GET)
public UserResponse getUser(AuthenticatedUser authenticatedUser) {
   // code
}

AuthenticatedUser is injected by an authenticator.

When I use Endpoints Framework Maven plugin to generate OpenApi documentation, the plugin does not exclude the injected class (the class is included in the generated docs).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant