public class MessageBodyParameterProcessor extends Object implements InvocationProcessor
Constructor and Description |
---|
MessageBodyParameterProcessor(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() |
void |
process(ClientInvocationBuilder invocation,
Object param) |
public MessageBodyParameterProcessor(javax.ws.rs.core.MediaType mediaType, Class type, Type genericType, Annotation[] annotations)
public void process(ClientInvocationBuilder invocation, Object param)
process
in interface InvocationProcessor
public void build(ClientRequest request, Object object)
public Class getType()
public javax.ws.rs.core.MediaType getMediaType()
Copyright © 2023. All rights reserved.