public class StringOutputConverter extends OutputStreamOutputConverter<java.lang.String>
Constructor and Description |
---|
StringOutputConverter() |
Modifier and Type | Method and Description |
---|---|
void |
write(java.lang.String string)
Writes an object to a certain output source.
|
getOutputStream, setOutputStream
public void write(java.lang.String string)
OutputConverter
string
- the string to write to the OutputStream.