Uses of Class
org.dashbuilder.dataset.def.CSVDataSetDef
-
Packages that use CSVDataSetDef Package Description org.dashbuilder.dataprovider org.dashbuilder.dataset.json -
-
Uses of CSVDataSetDef in org.dashbuilder.dataprovider
Methods in org.dashbuilder.dataprovider that return CSVDataSetDef Modifier and Type Method Description CSVDataSetDefCSVProviderType. createDataSetDef()Methods in org.dashbuilder.dataprovider that return types with arguments of type CSVDataSetDef Modifier and Type Method Description DataSetDefJSONMarshallerExt<CSVDataSetDef>CSVProviderType. getJsonMarshaller() -
Uses of CSVDataSetDef in org.dashbuilder.dataset.json
Methods in org.dashbuilder.dataset.json with parameters of type CSVDataSetDef Modifier and Type Method Description voidCSVDefJSONMarshaller. fromJson(CSVDataSetDef def, org.dashbuilder.json.JsonObject json)voidCSVDefJSONMarshaller. toJson(CSVDataSetDef dataSetDef, org.dashbuilder.json.JsonObject json)
-