public interface NestedRouteModelParser extends SemanticTermsParser, AllowedStereotypesModelParser
NestedRouteModel so that the semantics reflected in it can be extracted in a
uniform way, regardless of the actual syntax used by the extension developer.ExtensionModelParser| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.meta.model.ModelProperty> |
getAdditionalModelProperties()
Returns a list with all the
model properties to be applied at the route level which are specifically
linked to the type of syntax used to define the extension. |
Optional<org.mule.runtime.api.meta.model.deprecated.DeprecationModel> |
getDeprecationModel() |
String |
getDescription() |
Optional<Integer> |
getMaxOccurs()
Optional value which represents the maximum amount of times that this route can be used inside the owning component. |
int |
getMinOccurs()
Represents the minimum amount of times that this route can be used inside the owning component.
|
String |
getName() |
List<ParameterGroupModelParser> |
getParameterGroupModelParsers()
Returns a list with a
ParameterGroupModelParser per each parameter group defined in the route. |
getSemanticTermsgetAllowedStereotypesString getName()
String getDescription()
int getMinOccurs()
Optional<Integer> getMaxOccurs()
Optional value which represents the maximum amount of times that this route can be used inside the owning component.List<ParameterGroupModelParser> getParameterGroupModelParsers()
ParameterGroupModelParser per each parameter group defined in the route. Each group is listed
in the same order as defined in the syntax.ParameterGroupModelParserList<org.mule.runtime.api.meta.model.ModelProperty> getAdditionalModelProperties()
model properties to be applied at the route level which are specifically
linked to the type of syntax used to define the extension.ModelProperty instances.Optional<org.mule.runtime.api.meta.model.deprecated.DeprecationModel> getDeprecationModel()
DeprecationModel if one was definedCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.