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[]annotationsprivate java.lang.reflect.TypegenericTypeprivate javax.ws.rs.core.MediaTypemediaTypeprivate java.lang.Classtype
-
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 voidbuild(ClientRequest request, java.lang.Object object)javax.ws.rs.core.MediaTypegetMediaType()java.lang.ClassgetType()voidprocess(ClientInvocationBuilder invocation, java.lang.Object param)
-
-
-
Method Detail
-
process
public void process(ClientInvocationBuilder invocation, java.lang.Object param)
- Specified by:
processin 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()
-
-