public class BeanProviderType extends AbstractProviderType<BeanDataSetDef>
BEAN, CSV, ELASTICSEARCH, KAFKA, PROMETHEUS, SQL, STATIC| Constructor and Description |
|---|
BeanProviderType() |
| Modifier and Type | Method and Description |
|---|---|
BeanDataSetDef |
createDataSetDef()
Create a brand new
DataSetDef instance for this given provider type. |
DataSetDefJSONMarshallerExt<BeanDataSetDef> |
getJsonMarshaller()
A marshaller interface used during the JSON read/write of
DataSetDef instances. |
String |
getName()
The type's name.
|
equalspublic String getName()
DataSetProviderTypepublic BeanDataSetDef createDataSetDef()
DataSetProviderTypeDataSetDef instance for this given provider type.public DataSetDefJSONMarshallerExt<BeanDataSetDef> getJsonMarshaller()
DataSetProviderTypeDataSetDef instances.Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.