[REQ] removing size, page and sort parameter if using x-spring-paginated option
Created by: MathiasHi
Is your feature request related to a problem? Please describe.
I use the feature from the #5022 Pull Request. When I use the same API generation file for some other programming language as Typescript, which doesn't have a pageable type I have to add the size, page, and sort parameter. This parameter now does also appear in the spring application which I want to automatically remove when I use the option.
Describe the solution you'd like
I want to check if there are defined size, page, and sort parameters in the generation file if the x-spring-paginated option is used. If this is the case I'll remove it in the spring application, so only the pageable type is used.
Additional context
I already have helped on #5022. Please give me feedback so I know that it is ok to fork this project and create a new Pull request with this feature.