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
Currently, the documentation mentions that Action methods can return "Custom types", but that's about it. It's not clear that in order to do so, the returnTyperef attribute of the @Action annotation must be set to a valid typeref class.
Currently, the documentation mentions that Action methods can return "Custom types", but that's about it. It's not clear that in order to do so, the
returnTyperef
attribute of the@Action
annotation must be set to a valid typeref class.Location in the documentation: https://linkedin.github.io/rest.li/user_guide/restli_server#action
This will be somewhat clarified by the changes made in #496
e.g.
The text was updated successfully, but these errors were encountered: