public interface FormDataProcessor
| 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.
|
void process(Map<String,Object> data, feign.RequestTemplate template)
data - form data, where key is a parameter name and value is...a value.template - current request object.String getSupportetContentType()
FormDataProcessor implementation supporting Content-Type.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.