Package | Description |
---|---|
org.ballerinalang.connector.api | |
org.ballerinalang.connector.impl |
Modifier and Type | Method and Description |
---|---|
Value[] |
Struct.getArrayField(String fieldName)
Returns value of an array field.
|
Value |
Struct.getRefField(String fieldName)
Returns value of an Ref field.
|
Value |
Struct.getTypeField(String fieldName)
Returns value of an Type field.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Value> |
Struct.getMapField(String fieldName)
Returns value of a map field.
|
Modifier and Type | Method and Description |
---|---|
static Service |
BLangConnectorSPIUtil.getServiceFromType(ProgramFile programFile,
Value value) |
Modifier and Type | Class and Description |
---|---|
class |
ValueImpl
Implementation of
Value . |
Modifier and Type | Method and Description |
---|---|
Value[] |
StructImpl.getArrayField(String fieldName) |
Value |
StructImpl.getRefField(String fieldName) |
Value |
StructImpl.getTypeField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Value> |
StructImpl.getMapField(String fieldName) |
Copyright © 2018 WSO2. All rights reserved.