Class RequestDeserializeHandler
java.lang.Object
org.jboss.resteasy.reactive.server.handlers.RequestDeserializeHandler
- All Implemented Interfaces:
ServerRestHandler,RestHandler<ResteasyReactiveRequestContext>
-
Constructor Summary
ConstructorsConstructorDescriptionRequestDeserializeHandler(Class<?> type, Type genericType, List<jakarta.ws.rs.core.MediaType> acceptableMediaTypes, ServerSerialisers serialisers, int parameterIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ResteasyReactiveRequestContext requestContext) readFrom(jakarta.ws.rs.ext.MessageBodyReader<?> reader, ResteasyReactiveRequestContext requestContext, jakarta.ws.rs.core.MediaType requestType)
-
Constructor Details
-
RequestDeserializeHandler
public RequestDeserializeHandler(Class<?> type, Type genericType, List<jakarta.ws.rs.core.MediaType> acceptableMediaTypes, ServerSerialisers serialisers, int parameterIndex)
-
-
Method Details
-
handle
- Specified by:
handlein interfaceRestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-
readFrom
public Object readFrom(jakarta.ws.rs.ext.MessageBodyReader<?> reader, ResteasyReactiveRequestContext requestContext, jakarta.ws.rs.core.MediaType requestType) throws IOException - Throws:
IOException
-