public abstract class AbstractFormWriter
extends feign.form.multipart.AbstractWriter
| Constructor and Description |
|---|
AbstractFormWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.springframework.http.MediaType |
getContentType() |
boolean |
isApplicable(Object object) |
void |
write(feign.form.multipart.Output output,
String key,
Object object) |
protected abstract String |
writeAsString(Object object) |
public boolean isApplicable(Object object)
public void write(feign.form.multipart.Output output,
String key,
Object object)
throws feign.codec.EncodeException
write in class feign.form.multipart.AbstractWriterfeign.codec.EncodeExceptionprotected abstract org.springframework.http.MediaType getContentType()
protected abstract String writeAsString(Object object) throws IOException
IOExceptionCopyright © 2023 Pivotal Software, Inc.. All rights reserved.