| Package | Description |
|---|---|
| org.wso2.carbon.databridge.commons.utils |
| Modifier and Type | Method and Description |
|---|---|
static StreamDefinition |
EventDefinitionConverterUtils.convertFromJson(String streamDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static List<StreamDefinition> |
EventDefinitionConverterUtils.convertMultipleEventDefns(String jsonArrayOfEventDefns) |
| Modifier and Type | Method and Description |
|---|---|
static List<Event> |
EventConverterUtils.convertFromJson(String json,
String streamId,
StreamDefinition streamDefinition) |
static String |
EventDefinitionConverterUtils.convertToBasicJson(StreamDefinition existingDefinition) |
static String |
EventDefinitionConverterUtils.convertToJson(StreamDefinition existingDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EventDefinitionConverterUtils.convertToJson(List<StreamDefinition> existingDefinitions) |
Copyright © 2017 WSO2. All rights reserved.