public class MessageBodyParameterMarshaller extends Object implements Marshaller
| Constructor and Description |
|---|
MessageBodyParameterMarshaller(MediaType mediaType,
Class type,
Type genericType,
Annotation[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(ClientRequest request,
Object object) |
MediaType |
getMediaType() |
Class |
getType() |
public MessageBodyParameterMarshaller(MediaType mediaType, Class type, Type genericType, Annotation[] annotations)
public void build(ClientRequest request, Object object)
build in interface Marshallerpublic Class getType()
public MediaType getMediaType()
Copyright © 2018 JBoss by Red Hat. All rights reserved.