Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of @JsonView on @MessageMapping methods [SPR-12741] #17338

Closed
spring-projects-issues opened this issue Feb 21, 2015 · 1 comment
Closed
Assignees
Labels
in: messaging Issues in messaging modules (jms, messaging) in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Feb 21, 2015

Alex opened SPR-12741 and commented

It is my understanding that the selection of the view to be used in serialization as defined by #11815 is available only for @ResponseBody REST methods.

It would be very useful to be used also in @MessageMapping methods.


Affects: 4.1.5

Issue Links:

Referenced from: commits 876c969

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Feb 23, 2015

Rossen Stoyanchev commented

Yes especially given #17293. Whatever the solution for @ControllerAdvice-like capability, once available, it should make resolving this straight-forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants