| 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
A base writer class.
|
class |
ByteArrayWriter
A byte array writer.
|
class |
DelegateWriter
A delegate writer.
|
class |
FormDataWriter
A
FormData writer. |
class |
ManyFilesWriter
A writer for multiple files.
|
class |
ManyParametersWriter
A multiple parameters writer.
|
class |
PojoWriter
A custom user's POJO writer.
|
class |
SingleFileWriter
A single-file writer.
|
class |
SingleParameterWriter
A writer for a single parameter.
|
Copyright © 2012–2024 OpenFeign. All rights reserved.