I have a POJO model that contains lots of fields. When we generate OpenApi Swagger docs for external users, we only want to expose a subset of the fields. Is there a way to do that? We don't want to change the POJO to add @ApiModelProperty for each field.
javacis done, like this may be, but it will not be easy