Class JsonBuilderDataInternal
- java.lang.Object
-
- fiftyone.pipeline.core.data.DataBase
-
- fiftyone.pipeline.core.data.ElementDataBase
-
- fiftyone.pipeline.jsonbuilder.flowelements.JsonBuilderDataInternal
-
- All Implemented Interfaces:
fiftyone.pipeline.core.data.Data,fiftyone.pipeline.core.data.ElementData,JsonBuilderData
public class JsonBuilderDataInternal extends fiftyone.pipeline.core.data.ElementDataBase implements JsonBuilderData
-
-
Constructor Summary
Constructors Constructor Description JsonBuilderDataInternal(org.slf4j.Logger logger, fiftyone.pipeline.core.data.FlowData flowData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJson()The JSON string containing key value pairs of the properties in theFlowData.-
Methods inherited from class fiftyone.pipeline.core.data.DataBase
asKeyMap, get, getAs, populateFromMap, put
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getJson
public String getJson()
Description copied from interface:JsonBuilderDataThe JSON string containing key value pairs of the properties in theFlowData.- Specified by:
getJsonin interfaceJsonBuilderData- Returns:
- JSON string
-
-