T - the type of the object that is written by this OutputConverterJsonOutputConverter, OutputStreamOutputConverter, StringOutputConverter, VoidOutputConverterpublic interface OutputConverter<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(T t) |
Writes an object to a certain output source.
|
void write(T t)
t - The object to write to a certain output source.