-
-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I'm using @ParameterObject for query string object, and i want to ignore some properties with @JsonIgnore, but i still listed in the swagger page.
Here is an example:
@GetMapping()
public Resp xxx(@ParameterObject SomeRequstObj request) {
}
public class SomeRequestObj {
....
@JsonIgnore
private Integer someProperies;
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request