public class ManyFilesWriter extends AbstractWriter
| Constructor and Description |
|---|
ManyFilesWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(Object value)
Answers on question - "could this writer properly write the value".
|
void |
write(Output output,
String boundary,
String key,
Object value)
Processing form data to request body.
|
write, writeFileMetadatapublic void write(Output output, String boundary, String key, Object value) throws Exception
Writerwrite in interface Writerwrite in class AbstractWriteroutput - output writer.boundary - data boundary.key - name for piece of data.value - piece of data.ExceptionCopyright © 2017–2018 Pivotal Software, Inc.. All rights reserved.