| Package | Description |
|---|---|
| feign.form | |
| feign.form.multipart |
| Modifier and Type | Method and Description |
|---|---|
Collection<Writer> |
MultipartFormContentProcessor.getWriters()
Returns the unmodifiable collection of all writers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultipartFormContentProcessor.addFirstWriter(Writer writer)
Adds
Writer instance in runtime
at the beginning of writers list. |
void |
MultipartFormContentProcessor.addLastWriter(Writer writer)
Adds
Writer instance in runtime
at the end of writers list. |
void |
MultipartFormContentProcessor.addWriter(Writer writer)
Adds
Writer instance in runtime. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWriter |
class |
ByteArrayWriter |
class |
DelegateWriter |
class |
FormDataWriter |
class |
ManyFilesWriter |
class |
ManyParametersWriter |
class |
PojoWriter |
class |
SingleFileWriter |
class |
SingleParameterWriter |
Copyright © 2016–2019. All rights reserved.