Class MessageBodyParameterMarshaller
- java.lang.Object
-
- org.jboss.resteasy.client.core.marshallers.MessageBodyParameterMarshaller
-
- All Implemented Interfaces:
Marshaller
public class MessageBodyParameterMarshaller extends java.lang.Object implements Marshaller
- 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 MessageBodyParameterMarshaller(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()
-
-
-
Method Detail
-
build
public void build(ClientRequest request, java.lang.Object object)
- Specified by:
buildin interfaceMarshaller
-
getType
public java.lang.Class getType()
-
getMediaType
public javax.ws.rs.core.MediaType getMediaType()
-
-