public class FormParamProcessor extends AbstractInvocationCollectionProcessor
paramName
Constructor and Description |
---|
FormParamProcessor(String paramName) |
Modifier and Type | Method and Description |
---|---|
protected ClientInvocationBuilder |
apply(ClientInvocationBuilder target,
Object object) |
protected ClientInvocationBuilder |
apply(ClientInvocationBuilder target,
Object[] objects) |
protected ClientInvocation |
apply(ClientInvocation target,
Object object) |
protected ClientInvocation |
apply(ClientInvocation target,
Object[] objects) |
void |
process(ClientInvocationBuilder invocation,
Object param) |
process
buildIt
public FormParamProcessor(String paramName)
public void process(ClientInvocationBuilder invocation, Object param)
protected ClientInvocationBuilder apply(ClientInvocationBuilder target, Object object)
apply
in class AbstractCollectionProcessor<ClientInvocation>
protected ClientInvocationBuilder apply(ClientInvocationBuilder target, Object[] objects)
apply
in class AbstractCollectionProcessor<ClientInvocation>
protected ClientInvocation apply(ClientInvocation target, Object object)
apply
in class AbstractCollectionProcessor<ClientInvocation>
protected ClientInvocation apply(ClientInvocation target, Object[] objects)
apply
in class AbstractCollectionProcessor<ClientInvocation>
Copyright © 2021 JBoss by Red Hat. All rights reserved.