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
As of now, it seems the Spring4JsonDocScanner only reads methods annotated @RequestMapping, which prevents the use of JsonDoc for websocket-based applications.
At first glance, it doesn't look like there would be any problem to also consider methods annotated @MessageMapping and @SubscribeMapping. Would you see any issue regarding this?
As a side-issue, I tried to use my own implementation of JSONDocScanner, but I found no way to plug it in the existing JsonDocController. Do you know how I could proceed? It looks like I have to define my own controller to do so.
The text was updated successfully, but these errors were encountered:
As of now, it seems the
Spring4JsonDocScanner
only reads methods annotated@RequestMapping
, which prevents the use of JsonDoc for websocket-based applications.At first glance, it doesn't look like there would be any problem to also consider methods annotated
@MessageMapping
and@SubscribeMapping
. Would you see any issue regarding this?As a side-issue, I tried to use my own implementation of JSONDocScanner, but I found no way to plug it in the existing JsonDocController. Do you know how I could proceed? It looks like I have to define my own controller to do so.
The text was updated successfully, but these errors were encountered: