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) |
void |
process(ClientInvocation invocation,
Object param) |
public MessageBodyParameterProcessor(MediaType mediaType, Class type, Type genericType, Annotation[] annotations)
public void process(ClientInvocationBuilder invocation, Object param)
process in interface InvocationProcessorpublic void process(ClientInvocation invocation, Object param)
process in interface InvocationProcessorpublic void build(ClientRequest request, Object object)
public Class getType()
public MediaType getMediaType()
Copyright © 2022 JBoss by Red Hat. All rights reserved.