@Deprecated public class MessageBodyParameterMarshaller extends Object implements Marshaller
org.jboss.resteasy.client.jaxrs.internal.proxy.processors
,
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
,
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget
,
(https://jcp.org/en/jsr/detail?id=339)
Constructor and Description |
---|
MessageBodyParameterMarshaller(javax.ws.rs.core.MediaType mediaType,
Class type,
Type genericType,
Annotation[] annotations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
build(ClientRequest request,
Object object)
Deprecated.
|
javax.ws.rs.core.MediaType |
getMediaType()
Deprecated.
|
Class |
getType()
Deprecated.
|
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 © 2021. All rights reserved.