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