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.