| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelProperty> |
EnrichableModel.getModelProperty(Class<T> propertyType)
Returns a registered model property of type
propertyType. |
| Modifier and Type | Method and Description |
|---|---|
Set<ModelProperty> |
EnrichableModel.getModelProperties()
Returns all the model properties registered for this model
|
| Modifier and Type | Method and Description |
|---|---|
<P extends ModelProperty> |
BaseDeclaration.getModelProperty(Class<P> propertyType)
Returns the model property registered under
key |
| Modifier and Type | Method and Description |
|---|---|
Set<ModelProperty> |
BaseDeclaration.getModelProperties()
Returns a
Set with the currently added properties. |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseDeclaration.addModelProperty(ModelProperty modelProperty)
Adds the given .
|
ConfigurationDeclarer |
ConfigurationDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
ConnectionProviderDeclarer |
ConnectionProviderDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
NestedRouteDeclarer |
NestedRouteDeclarer.withModelProperty(ModelProperty modelProperty) |
ExtensionDeclarer |
ExtensionDeclarer.withModelProperty(ModelProperty value)
Adds the given
modelProperty |
OutputDeclarer<T> |
OutputDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
T |
HasModelProperties.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
T |
NestedComponentDeclarer.withModelProperty(ModelProperty modelProperty) |
ParameterDeclarer<T> |
ParameterDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
T |
ComponentDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
ParameterGroupDeclarer<D> |
ParameterGroupDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
FunctionDeclarer |
FunctionDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.