Class MessageBodyParameterProcessor
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
- All Implemented Interfaces:
InvocationProcessor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
ConstructorDescriptionMessageBodyParameterProcessor
(jakarta.ws.rs.core.MediaType mediaType, Class<?> type, Type genericType, Annotation[] annotations) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.MediaType
Class<?>
getType()
void
process
(ClientInvocation invocation, Object param)
-
Constructor Details
-
MessageBodyParameterProcessor
public MessageBodyParameterProcessor(jakarta.ws.rs.core.MediaType mediaType, Class<?> type, Type genericType, Annotation[] annotations)
-
-
Method Details
-
process
- Specified by:
process
in interfaceInvocationProcessor
-
getType
-
getMediaType
public jakarta.ws.rs.core.MediaType getMediaType()
-