T - the type of the object that is read by this InputConverterInputStreamInputConverter, JsonInputConverter, StringInputConverter, VoidInputConverter, XmlInputConverterpublic interface InputConverter<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
read() |
Reads an object from a certain input source and returns it.
|
T read()