| 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 |
|---|---|
static ExpressionSupport |
ExpressionSupport.notSupportedExpressionSupport(String value) |
static ExpressionSupport |
ExpressionSupport.requiredExpressionSupport(String value) |
static ExpressionSupport |
ExpressionSupport.supportedExpressionSupport(String value) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionSupport |
ParameterModel.getExpressionSupport() |
| Constructor and Description |
|---|
ParameterModel(String name,
String description,
DisplayModel displayModel,
org.mule.metadata.api.model.MetadataType type,
boolean hasDynamicType,
boolean required,
boolean isConfigOverride,
ExpressionSupport expressionSupport,
Object defaultValue,
ParameterRole role,
ParameterDslConfiguration dslConfiguration,
LayoutModel layoutModel,
MetadataKeyPartModel metadataKeyPartModel,
QNameModel qNameModel,
InfrastructureParameterModel infrastructureParameterModel,
DefaultImplementingTypeModel defaultImplementingTypeModel,
ValueProviderModel valueProviderModel,
List<StereotypeModel> allowedStereotypes) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionSupport |
ExpressionSupportTypeAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionSupportTypeAdapter.write(com.google.gson.stream.JsonWriter out,
ExpressionSupport expressionSupport) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.