public final class ApplicationModelTypeUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static Optional<String> |
getInfrastructureParameterName(org.mule.metadata.api.model.MetadataType fieldType) |
static void |
resolveTypedComponentIdentifier(DefaultComponentAstBuilder componentAstBuilder,
Optional<DefaultComponentAstBuilder> parent,
ExtensionModelHelper extensionModelHelper)
Walks the extension model searching the component model for the passed
componentAstBuilder. |
public static void resolveTypedComponentIdentifier(DefaultComponentAstBuilder componentAstBuilder, Optional<DefaultComponentAstBuilder> parent, ExtensionModelHelper extensionModelHelper)
componentAstBuilder. In case of nestable
models, it uses the parent to avoid possible ambiguities.componentAstBuilder - the DefaultComponentAstBuilder which model we want to search.parent - an optional DefaultComponentAstBuilder to disambiguate nested models.extensionModelHelper - the ExtensionModelHelper to delegate the walking.Copyright © 2022 MuleSoft, Inc.. All rights reserved.