public class MessageBodyParameterMarshaller extends Object implements Marshaller
Constructor and Description |
---|
MessageBodyParameterMarshaller(javax.ws.rs.core.MediaType mediaType,
Class type,
Type genericType,
Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
void |
build(ClientRequest request,
Object object) |
javax.ws.rs.core.MediaType |
getMediaType() |
Class |
getType() |
public MessageBodyParameterMarshaller(javax.ws.rs.core.MediaType mediaType, Class type, Type genericType, Annotation[] annotations)
public void build(ClientRequest request, Object object)
build
in interface Marshaller
public Class getType()
public javax.ws.rs.core.MediaType getMediaType()
Copyright © 2016. All rights reserved.