Class MessageBodyParameterProcessor
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
-
- All Implemented Interfaces:
InvocationProcessor
public class MessageBodyParameterProcessor extends java.lang.Object implements InvocationProcessor
- Version:
- $Revision: 1 $
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.annotation.Annotation[]
annotations
private java.lang.reflect.Type
genericType
private javax.ws.rs.core.MediaType
mediaType
private java.lang.Class
type
-
Constructor Summary
Constructors Constructor Description MessageBodyParameterProcessor(javax.ws.rs.core.MediaType mediaType, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(ClientRequest request, java.lang.Object object)
javax.ws.rs.core.MediaType
getMediaType()
java.lang.Class
getType()
void
process(ClientInvocationBuilder invocation, java.lang.Object param)
-
-
-
Method Detail
-
process
public void process(ClientInvocationBuilder invocation, java.lang.Object param)
- Specified by:
process
in interfaceInvocationProcessor
-
build
public void build(ClientRequest request, java.lang.Object object)
-
getType
public java.lang.Class getType()
-
getMediaType
public javax.ws.rs.core.MediaType getMediaType()
-
-