| Modifier and Type | Method and Description |
|---|---|
<T extends org.mule.runtime.api.meta.model.declaration.fluent.HasStereotypeDeclarer & org.mule.runtime.api.meta.model.declaration.fluent.HasModelProperties> |
StereotypeModelLoaderDelegate.addStereotypes(StereotypeModelParser parser,
T declarer,
Optional<Supplier<org.mule.runtime.api.meta.model.stereotype.StereotypeModel>> fallback) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationModelParser
Parses the syntactic definition of a
ConfigurationModel 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 |
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 |
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 |
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 |
JavaConfigurationModelParser
ConfigurationModelParser for Java based syntax |
class |
JavaConnectionProviderModelParser
ConnectionProviderModelParser for Java based syntax |
class |
JavaOperationModelParser
OperationModelParser for Java based syntax |
class |
JavaSourceModelParser |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.