public class ParameterWriter extends AbstractWriter
| Constructor and Description |
|---|
ParameterWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(Object value)
Answers on question - "could this writer properly write the value".
|
protected void |
write(Output output,
String key,
Object value)
Writes data for it's children.
|
write, writeFileMetadatapublic boolean isApplicable(Object value)
Writervalue - object to write.true - if could write this object, otherwise trueprotected void write(Output output, String key, Object value) throws feign.codec.EncodeException
AbstractWriterwrite in class AbstractWriteroutput - output writer.key - name for piece of data.value - piece of data.feign.codec.EncodeException - in case of write errorsCopyright © 2016–2018. All rights reserved.