| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionProviderModelParser
Parses the syntactic definition of a
ConnectionProviderModel 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 |
FunctionModelParser
Parses the syntactic definition of a
FunctionModel 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 |
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 |
OperationModelParser
Parses the syntactic definition of a
OperationModel 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. |
interface |
SourceModelParser
Parses the syntactic definition of a
SourceModel 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 |
JavaConnectionProviderModelParser
ConnectionProviderModelParser for Java based syntax |
class |
JavaFunctionModelParser
FunctionModelParser for Java based syntax |
class |
JavaNestedChainModelParser
NestedChainModelParser for Java based syntax |
class |
JavaNestedRouteModelParser
NestedRouteModelParser for Java based syntax |
class |
JavaOperationModelParser
OperationModelParser for Java based syntax |
class |
JavaParameterModelParser
ParameterModelParser for Java based syntax |
class |
JavaSourceModelParser |
| Modifier and Type | Method and Description |
|---|---|
static void |
ModelLoaderUtils.addSemanticTerms(org.mule.runtime.api.meta.model.declaration.fluent.WithSemanticTermsDeclaration declaration,
SemanticTermsParser parser)
Adds all the semantic terms in the
parser into the given declaration |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.