JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.gluonhq.connect.converter
Interface InputConverter<T>
Type Parameters:
T
- the type of the object that is read by this InputConverter
All Known Implementing Classes:
InputStreamInputConverter
,
JsonInputConverter
,
StringInputConverter
public interface
InputConverter<T>
An InputConverter is a Converter that is able to read an object from a certain input source. The actual source is not defined on this interface and is thus completely left open for the implementations to define.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
read
()
Reads an object from a certain input source and returns it.
Method Detail
read
T
read()
Reads an object from a certain input source and returns it.
Returns:
An object read from a certain input source.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method