Replies: 4 comments 5 replies
-
/cc @FroMage (resteasy-reactive), @geoand (resteasy-reactive), @stuartwdouglas (resteasy-reactive) |
Beta Was this translation helpful? Give feedback.
-
Have you had a look at the ParamConverter API? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
We found a workaround that may help someone one day : |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to implement a RESTeasy endpoint that matches the HL7 FHIR specification for "search" (https://www.hl7.org/fhir/search.html#modifiers).
I'm struggling with the "modifier" aspect of the implementation. For example, this request
GET [base]/Patient?family:contains=son
will fall into the following Java code:
But I don't want to create a method for every parameters and every modifiers.
Is there a way to have an implementation like this ?
Thanks for your help !
Beta Was this translation helpful? Give feedback.
All reactions