Class MessageBodyParameterMarshaller
java.lang.Object
org.jboss.resteasy.client.core.marshallers.MessageBodyParameterMarshaller
- All Implemented Interfaces:
Marshaller
- Version:
- $Revision: 1 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Annotation[]
private Type
private javax.ws.rs.core.MediaType
private Class
-
Constructor Summary
ConstructorsConstructorDescriptionMessageBodyParameterMarshaller
(javax.ws.rs.core.MediaType mediaType, Class type, Type genericType, Annotation[] annotations) -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(ClientRequest request, Object object) javax.ws.rs.core.MediaType
getType()
-
Field Details
-
type
-
mediaType
private javax.ws.rs.core.MediaType mediaType -
genericType
-
annotations
-
-
Constructor Details
-
MessageBodyParameterMarshaller
public MessageBodyParameterMarshaller(javax.ws.rs.core.MediaType mediaType, Class type, Type genericType, Annotation[] annotations)
-
-
Method Details
-
build
- Specified by:
build
in interfaceMarshaller
-
getType
-
getMediaType
public javax.ws.rs.core.MediaType getMediaType()
-