Class VariableProducesHandler
java.lang.Object
org.jboss.resteasy.reactive.server.handlers.VariableProducesHandler
- All Implemented Interfaces:
ServerRestHandler
,RestHandler<ResteasyReactiveRequestContext>
Handler that negotiates the content type for endpoints that
have multiple produces types, or for whatever reason can't have
their writer list and media type determined at build time.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVariableProducesHandler
(ServerMediaType mediaTypeList, ServerSerialisers serialisers) -
Method Summary
-
Field Details
-
EMPTY
public static final jakarta.ws.rs.ext.MessageBodyWriter[] EMPTY
-
-
Constructor Details
-
VariableProducesHandler
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceRestHandler<ResteasyReactiveRequestContext>
- Specified by:
handle
in interfaceServerRestHandler
- Throws:
Exception
-