public class ParameterContextHolder extends Object
| Constructor and Description |
|---|
ParameterContextHolder() |
| Modifier and Type | Method and Description |
|---|---|
static ParameterContextHolder |
buildContext(VariableNode parameter)
Build a readable parameter model from a Ballerina
VariableNode. |
String |
getDefaultValue() |
String |
getExample() |
String |
getName() |
String |
getType() |
public static ParameterContextHolder buildContext(VariableNode parameter)
VariableNode.parameter - VariableNode with parameter definitionpublic String getType()
public String getName()
public String getDefaultValue()
public String getExample()
Copyright © 2018 WSO2. All rights reserved.