com.gluonhq.connect.provider package contains classes that provide convenience methods to map data
sources with a data format to give access to instances of GluonObservable.See: Description
| Interface | Description |
|---|---|
| ListDataReader<E> |
A ListDataReader is an entity that has the ability to read a list of objects.
|
| ObjectDataReader<T> |
An ObjectDataReader is an entity that has the ability to read an object.
|
| ObjectDataRemover<T> |
An ObjectDataRemover is an entity that has the ability to remove an object.
|
| ObjectDataWriter<T> |
An ObjectDataWriter is an entity that has the ability to write an object.
|
| Class | Description |
|---|---|
| DataProvider |
The DataProvider is the root entry to obtain instances of
GluonObservableObject and
GluonObservableList. |
| FileClient |
The FileClient assists in using the
DataProvider with files, that are located on the local file system, as
the data source. |
| InputStreamListDataReader<E> |
A helper class that represents a
ListDataReader that reads objects by reading from a specific
InputDataSource and converts the read data with a specific
InputStreamIterableInputConverter. |
| InputStreamObjectDataReader<T> |
A helper class that represents an
ObjectDataReader that reads an object by reading from a specific
InputDataSource and converting the read data with a specific
InputStreamInputConverter. |
| OutputStreamObjectDataWriter<T> |
A helper class that represents an
ObjectDataWriter that writes an object by converting it with a specific
OutputStreamOutputConverter and writing it to a specific
OutputDataSource. |
| RestClient |
The RestClient assists in using the
DataProvider with HTTP URLs as the data source. |
com.gluonhq.connect.provider package contains classes that provide convenience methods to map data
sources with a data format to give access to instances of GluonObservable.