public class BLangVMStructs extends Object
| Constructor and Description |
|---|
BLangVMStructs() |
| Modifier and Type | Method and Description |
|---|---|
static BConnector |
createBConnector(ConnectorInfo connectorInfo,
Object... values)
Create BConnector with given values.
|
static BStruct |
createBStruct(StructInfo structInfo,
Object... values)
Create BStruct for given StructInfo and BValues.
|
public static BStruct createBStruct(StructInfo structInfo, Object... values)
structInfo - StructInfo of the BStructvalues - field values of the BStruct.public static BConnector createBConnector(ConnectorInfo connectorInfo, Object... values)
connectorInfo - ConnectorInfo of the BConnectorvalues - field values of the connector ( including args ).Copyright © 2018 WSO2. All rights reserved.