Uses of Interface
org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt
-
Packages that use DataSetDefJSONMarshallerExt Package Description org.dashbuilder.dataprovider org.dashbuilder.dataset.json -
-
Uses of DataSetDefJSONMarshallerExt in org.dashbuilder.dataprovider
Methods in org.dashbuilder.dataprovider that return DataSetDefJSONMarshallerExt Modifier and Type Method Description DataSetDefJSONMarshallerExt<BeanDataSetDef>BeanProviderType. getJsonMarshaller()DataSetDefJSONMarshallerExt<CSVDataSetDef>CSVProviderType. getJsonMarshaller()default DataSetDefJSONMarshallerExt<T>DataSetProviderType. getJsonMarshaller()A marshaller interface used during the JSON read/write ofDataSetDefinstances.DataSetDefJSONMarshallerExt<ElasticSearchDataSetDef>ELSProviderType. getJsonMarshaller()DataSetDefJSONMarshallerExt<KafkaDataSetDef>KafkaProviderType. getJsonMarshaller()DataSetDefJSONMarshallerExt<PrometheusDataSetDef>PrometheusProviderType. getJsonMarshaller()DataSetDefJSONMarshallerExt<SQLDataSetDef>SQLProviderType. getJsonMarshaller() -
Uses of DataSetDefJSONMarshallerExt in org.dashbuilder.dataset.json
Classes in org.dashbuilder.dataset.json that implement DataSetDefJSONMarshallerExt Modifier and Type Class Description classBeanDefJSONMarshallerclassCSVDefJSONMarshallerclassELSDefJSONMarshallerclassKafkaDefJSONMarshallerclassPrometheusDefJSONMarshallerclassSQLDefJSONMarshaller
-