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

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

@ShaimaaSabry

Description

@ShaimaaSabry

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions