Class MediaTypeMapper

java.lang.Object
org.jboss.resteasy.reactive.server.handlers.MediaTypeMapper
All Implemented Interfaces:
ServerRestHandler, org.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>

public class MediaTypeMapper extends Object implements ServerRestHandler
Handler that deals with the case when two methods have the same path, and it needs to select based on content type.

This is not super optimised, as it is not a common case. Most apps won't every use this handler.