Class MessageBodyParameterProcessor
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
- All Implemented Interfaces:
InvocationProcessor
- Version:
- $Revision: 1 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Annotation[]private Typeprivate javax.ws.rs.core.MediaTypeprivate Class -
Constructor Summary
ConstructorsConstructorDescriptionMessageBodyParameterProcessor(javax.ws.rs.core.MediaType mediaType, Class type, Type genericType, Annotation[] annotations) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(ClientRequest request, Object object) javax.ws.rs.core.MediaTypegetType()voidprocess(ClientInvocationBuilder invocation, Object param)
-
Field Details
-
type
-
mediaType
private javax.ws.rs.core.MediaType mediaType -
genericType
-
annotations
-
-
Constructor Details
-
MessageBodyParameterProcessor
public MessageBodyParameterProcessor(javax.ws.rs.core.MediaType mediaType, Class type, Type genericType, Annotation[] annotations)
-
-
Method Details
-
process
- Specified by:
processin interfaceInvocationProcessor
-
build
-
getType
-
getMediaType
public javax.ws.rs.core.MediaType getMediaType()
-