Package io.revealbi.core.data
Class RVJsonDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVResourceBasedDataSourceItem
io.revealbi.core.data.RVJsonDataSourceItem
The data source item used to represent a dataset from a JSON file, it includes
the optional parsing configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionRVJsonDataSourceItem(IRVResourceItem resourceItem) Creates a new JSON item getting data from the specified resource item. -
Method Summary
Methods inherited from class io.revealbi.core.data.RVResourceBasedDataSourceItem
getResourceItem, setResourceItemMethods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVJsonDataSourceItem
Creates a new JSON item getting data from the specified resource item.- Parameters:
resourceItem- The resource item to download the file from.
-
-
Method Details
-
setConfig
The configuration of the JSON parser.- Parameters:
value-- Returns:
-
getConfig
The configuration of the JSON parser.- Returns:
-