public class MessageBodyParameterProcessor extends Object implements InvocationProcessor
Constructor and Description |
---|
MessageBodyParameterProcessor(MediaType mediaType,
Class type,
Type genericType,
Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
void |
build(ClientRequest request,
Object object) |
MediaType |
getMediaType() |
Class |
getType() |
void |
process(ClientInvocationBuilder invocation,
Object param) |
public MessageBodyParameterProcessor(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 MediaType getMediaType()
Copyright © 2019 JBoss by Red Hat. All rights reserved.