79709642

Date: 2025-07-21 21:03:16
Score: 1
Natty:
Report link

Nowadays it can be achieved using @RestQuery annotation

 @GET
    Set<Extension> getByFilter(@RestQuery Map<String, String> filter);

Each Map entry represents exactly one query parameter

This is example from official documentation to Quarkus 3.24.4
https://quarkus.io/guides/rest-client#query-parameters

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Илья Горбачёв