You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with this is that the Response class does not implies any type information regarding the response body, so we need a way to describe the response body type for the annotation processor to generate proper deserializer.
The text was updated successfully, but these errors were encountered:
This should allow us to define client interfaces in domino-rest like this
The problem with this is that the
Response
class does not implies any type information regarding the response body, so we need a way to describe the response body type for the annotation processor to generate proper deserializer.The text was updated successfully, but these errors were encountered: