public class RemoteDefJSONMarshaller extends Object implements org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt<RemoteDataSetDef>
Modifier and Type | Field and Description |
---|---|
static String |
DATA_SOURCE |
static String |
DB_SCHEMA |
static String |
DB_SQL |
static RemoteDefJSONMarshaller |
INSTANCE |
static String |
QUERY_TARGET |
static String |
SERVER_TEMPLATE_ID |
Constructor and Description |
---|
RemoteDefJSONMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(RemoteDataSetDef def,
org.dashbuilder.json.JsonObject json) |
void |
toJson(RemoteDataSetDef dataSetDef,
org.dashbuilder.json.JsonObject json) |
public static RemoteDefJSONMarshaller INSTANCE
public static final String QUERY_TARGET
public static final String SERVER_TEMPLATE_ID
public static final String DATA_SOURCE
public static final String DB_SCHEMA
public static final String DB_SQL
public void fromJson(RemoteDataSetDef def, org.dashbuilder.json.JsonObject json)
fromJson
in interface org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt<RemoteDataSetDef>
public void toJson(RemoteDataSetDef dataSetDef, org.dashbuilder.json.JsonObject json)
toJson
in interface org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt<RemoteDataSetDef>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.