| Modifier and Type | Method and Description |
|---|---|
void |
StereotypeModelLoaderDelegate.addAllowedStereotypes(AllowedStereotypesModelParser parser,
org.mule.runtime.api.meta.model.declaration.fluent.NestedComponentDeclarer declarer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NestedChainModelParser
Parses the syntactic definition of a
NestedChainModel so that the semantics reflected in it can be extracted in a
uniform way, regardless of the actual syntax used by the extension developer. |
interface |
NestedRouteModelParser
Parses the syntactic definition of a
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. |
interface |
ParameterModelParser
Parses the syntactic definition of a
ParameterModel so that the semantics reflected in it can be extracted in a uniform
way, regardless of the actual syntax used by the extension developer. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterModelParserDecorator
Base class for implementing the decorator pattern around a
ParameterModelParser |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaNestedChainModelParser
NestedChainModelParser for Java based syntax |
class |
JavaNestedRouteModelParser
NestedRouteModelParser for Java based syntax |
class |
JavaParameterModelParser
ParameterModelParser for Java based syntax |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.