internal package

public struct annotationData

Field Name Data Type Description Default Value
name string
pkgName string
value anyStruct []
  • <annotationData> annotationData.<init>()

public struct anyStruct

  • <anyStruct> anyStruct.<init>()

public function getActionAnnotations(typedesc connectorType, string actionName) returns (annotationData[])

Parameter Name Data Type Description
connectorType typedesc
actionName string

Return Variable Data Type Description
annotationData[]

public function getConnectorAnnotations(typedesc connectorType) returns (annotationData[])

Parameter Name Data Type Description
connectorType typedesc

Return Variable Data Type Description
annotationData[]

public function getFunctionAnnotations(any functionPointer) returns (annotationData[])

Parameter Name Data Type Description
functionPointer any

Return Variable Data Type Description
annotationData[]

public function getResourceAnnotations(typedesc serviceType, string resourceName) returns (annotationData[])

Parameter Name Data Type Description
serviceType typedesc
resourceName string

Return Variable Data Type Description
annotationData[]

public function getServiceAnnotations(typedesc serviceType) returns (annotationData[])

Parameter Name Data Type Description
serviceType typedesc

Return Variable Data Type Description
annotationData[]

public function getStructAnnotations(typedesc structType) returns (annotationData[])

Parameter Name Data Type Description
structType typedesc

Return Variable Data Type Description
annotationData[]

public function getStructFieldAnnotations(typedesc structType, string fieldName) returns (annotationData[])

Parameter Name Data Type Description
structType typedesc
fieldName string

Return Variable Data Type Description
annotationData[]