public final class ModelLoaderUtils extends Object
model loaders| Modifier and Type | Method and Description |
|---|---|
static void |
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 |
static org.mule.runtime.api.meta.model.XmlDslModel |
getXmlDslModel(ExtensionElement extensionElement,
String version,
Optional<XmlDslConfiguration> xmlDslAnnotationConfiguration)
Utility method to obtain a default
XmlDslModel of a given XmlDslConfiguration |
static org.mule.runtime.api.meta.model.XmlDslModel |
getXmlDslModel(String extensionName,
String version,
Optional<XmlDslConfiguration> xmlDslAnnotationConfiguration)
Utility method to obtain a default
XmlDslModel of a given XmlDslConfiguration |
public static void addSemanticTerms(org.mule.runtime.api.meta.model.declaration.fluent.WithSemanticTermsDeclaration declaration,
SemanticTermsParser parser)
parser into the given declarationdeclaration - a declarationparser - a parserpublic static org.mule.runtime.api.meta.model.XmlDslModel getXmlDslModel(String extensionName, String version, Optional<XmlDslConfiguration> xmlDslAnnotationConfiguration)
XmlDslModel of a given XmlDslConfigurationextensionName - the name of the extensionversion - version of the extensionxmlDslAnnotationConfiguration - configuration of Xml of
XmlXmlDslModelpublic static org.mule.runtime.api.meta.model.XmlDslModel getXmlDslModel(ExtensionElement extensionElement, String version, Optional<XmlDslConfiguration> xmlDslAnnotationConfiguration)
XmlDslModel of a given XmlDslConfigurationextensionElement - the extension elementversion - version of the extensionxmlDslAnnotationConfiguration - configuration of Xml of
XmlXmlDslModelCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.