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