Mafinorr

Results 1 issues of Mafinorr

Hello, is there a way to pass multiple objects parameters to interface and get all fields as query params ? Example: Interface: ``` @RequestLine("POST /api/v1/pc/customers/{customerId}/wait?{pagination, filter}") void doSomething(@Param("customerId") long customerId,...