public class FormEncodedDataProcessor extends Object implements FormDataProcessor
FormDataProcessor.| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE |
| Constructor and Description |
|---|
FormEncodedDataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSupportetContentType()
Returns
FormDataProcessor implementation supporting Content-Type. |
void |
process(Map<String,Object> data,
feign.RequestTemplate template)
Processing form data to request body.
|
public static final String CONTENT_TYPE
public void process(Map<String,Object> data, feign.RequestTemplate template)
FormDataProcessorprocess in interface FormDataProcessordata - form data, where key is a parameter name and value is...a value.template - current request object.public String getSupportetContentType()
FormDataProcessorFormDataProcessor implementation supporting Content-Type.getSupportetContentType in interface FormDataProcessorCopyright © 2017 Pivotal Software, Inc.. All rights reserved.