Replies: 1 comment
-
As I found out for this specific case it is not needed, since smallrye has a mechanism (OutgoingInterceptor) to rewrite the sent type. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I want the user to write something like this
and I want to replace it with something like this.
with an automatic conversion between
SomeType
andSomeOtherType
is that possible?Beta Was this translation helpful? Give feedback.
All reactions