Package org.dashbuilder.dataprovider
Class AbstractProviderType<T extends DataSetDef>
- java.lang.Object
-
- org.dashbuilder.dataprovider.AbstractProviderType<T>
-
- All Implemented Interfaces:
DataSetProviderType<T>
- Direct Known Subclasses:
BeanProviderType,CSVProviderType,DefaultProviderType,ELSProviderType,KafkaProviderType,PrometheusProviderType,SQLProviderType,StaticProviderType
public abstract class AbstractProviderType<T extends DataSetDef> extends Object implements DataSetProviderType<T>
-
-
Field Summary
-
Fields inherited from interface org.dashbuilder.dataprovider.DataSetProviderType
BEAN, CSV, ELASTICSEARCH, KAFKA, PROMETHEUS, SQL, STATIC
-
-
Constructor Summary
Constructors Constructor Description AbstractProviderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dashbuilder.dataprovider.DataSetProviderType
createDataSetDef, getJsonMarshaller, getName
-
-