| Package | Description |
|---|---|
| org.mule.module.apikit.uri |
| Modifier and Type | Method and Description |
|---|---|
VariableType |
Variable.type()
Returns the implementation type of this variable.
|
| Modifier and Type | Method and Description |
|---|---|
VariableResolver |
VariableBinder.getResolver(String name,
VariableType type)
Returns the resolver used for the variable of the specified name or type.
|
VariableResolver |
VariableBinder.getResolver(VariableType type)
Returns the resolver used for the variable of the specified type.
|
| Constructor and Description |
|---|
Variable(String name,
String def,
VariableType type)
Creates a new variable.
|
Variable(String name,
String def,
VariableType type,
Variable.Form form)
Creates a new variable.
|
Copyright © 2021. All rights reserved.