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
Even though the above is semantically identical. The reason it doesn't work is that the @Target for the @JsonbTypeDeserializer annotation is not configured for parameter elements.
The text was updated successfully, but these errors were encountered:
I can do this:
But I can't do this:
Even though the above is semantically identical. The reason it doesn't work is that the
@Target
for the@JsonbTypeDeserializer
annotation is not configured for parameter elements.The text was updated successfully, but these errors were encountered: