public interface DataSetDefJSONMarshallerExt<T extends DataSetDef>
DataSetDefJSONMarshaller uses this interface to marshall the extended attributes of any class extending
DataSetDef. Every DataSetProviderType can provide a concrete implementation of this interface (see
DataSetProviderType.getJsonMarshaller()).| Modifier and Type | Method and Description |
|---|---|
void |
fromJson(T dataSetDef,
JsonObject jsonObject)
Updates the given data set def instance with the status stored into the json object passed as a parameter.
|
void |
toJson(T dataSetDef,
JsonObject jsonObject)
Writes into the given json object the status of the data set def instance.
|
void fromJson(T dataSetDef, JsonObject jsonObject)
void toJson(T dataSetDef, JsonObject jsonObject)
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.