Class FixedProducesHandler
java.lang.Object
org.jboss.resteasy.reactive.server.handlers.FixedProducesHandler
- All Implemented Interfaces:
ServerRestHandler,org.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>
Handler that negotiates the content type for endpoints that
only produce a single type.
-
Constructor Summary
ConstructorsConstructorDescriptionFixedProducesHandler(jakarta.ws.rs.core.MediaType mediaType, EntityWriter writer) -
Method Summary
-
Constructor Details
-
FixedProducesHandler
-
-
Method Details
-
handle
- Specified by:
handlein interfaceorg.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-