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
Webflux route information is nicely extracted when the media type is used with a static import and shows up in the code as APPLICATION_JSON, but it does not work when the media type is referenced as MediaType.APPLICATION_JSON.
Most likely a missing case when extracting the value from the AST node.
The text was updated successfully, but these errors were encountered:
Webflux route information is nicely extracted when the media type is used with a static import and shows up in the code as
APPLICATION_JSON
, but it does not work when the media type is referenced asMediaType.APPLICATION_JSON
.Most likely a missing case when extracting the value from the AST node.
The text was updated successfully, but these errors were encountered: