| Modifier and Type | Method and Description |
|---|---|
ExpressionSupport |
ParameterDeclaration.getExpressionSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDeclaration.setExpressionSupport(ExpressionSupport expressionSupport) |
T |
ParameterDeclarer.withExpressionSupport(ExpressionSupport support) |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionSupport |
TypeUtils.getExpressionSupport(org.mule.metadata.api.model.MetadataType metadataType)
Checks the given
metadataType for the ExpressionSupportAnnotation. |
| Modifier and Type | Method and Description |
|---|---|
ExpressionSupport |
ExpressionSupportAnnotation.getExpressionSupport() |
| Constructor and Description |
|---|
ExpressionSupportAnnotation(ExpressionSupport expressionSupport)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionSupport |
ParameterModel.getExpressionSupport()
The level of support
this parameter has for expressions |
ExpressionSupport |
ImmutableParameterModel.getExpressionSupport()
The level of support
this parameter has for expressions |
static ExpressionSupport |
ExpressionSupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionSupport[] |
ExpressionSupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ImmutableParameterModel(String name,
String description,
org.mule.metadata.api.model.MetadataType type,
boolean hasDynamicType,
boolean required,
ExpressionSupport expressionSupport,
Object defaultValue,
Set<ModelProperty> modelProperties)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ExtensionModelUtils.acceptsExpressions(ExpressionSupport support) |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.