I have the same problem. 1) I need @ApiImplicitParam to replace the default definition of a @QueryParam annotation. 2) I need to use @ApiImplicitParam to define another data type. @QueryParam sees a string, I need a JSON (string), i.e. a link to model.
I believe it would not be very difficult to program 1). 2) requires more thinking because it goes against OpenAPI standard (query param can only be a primitive datatype (number, string). -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
