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
Some Jackson annotations are already supported for JAX-RS endpoints (methods), but not all.
One that is not yet supported is @JsonSerialize. It might be easy enough to add support, since it would be known to affect handling of the return type.
The text was updated successfully, but these errors were encountered:
Some Jackson annotations are already supported for JAX-RS endpoints (methods), but not all.
One that is not yet supported is
@JsonSerialize
. It might be easy enough to add support, since it would be known to affect handling of the return type.The text was updated successfully, but these errors were encountered: