Skip to content

Also ignore subtypes of configured classes to be ignored on Controllers #502

Closed
@joaodias14

Description

@joaodias14

Currently, org.springframework.security.core.Authentication is configured to be ignored on Controllers and does not show up on Swagger.
The issue is that if one uses a custom class that implements this interface but also extends its functionalities, one needs to use this custom class as a parameter in a Controller's method. This custom class will not be ignored and will show up on Swagger.

Another possibility would be to simply use @Parameter(hidden = true) but this seems wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions