public class ArtifactHelperUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactHelperUtils.ConfigAwareModel<T extends org.mule.runtime.api.meta.model.parameter.ParameterizedModel & org.mule.runtime.api.meta.model.EnrichableModel> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends org.mule.runtime.api.meta.model.parameter.ParameterizedModel & org.mule.runtime.api.meta.model.EnrichableModel> |
findConfigAwareModel(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.app.declaration.api.IdentifiableElementDeclaration elementDeclaration) |
static <T extends org.mule.runtime.api.meta.model.parameter.ParameterizedModel & org.mule.runtime.api.meta.model.EnrichableModel> |
findModel(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.app.declaration.api.IdentifiableElementDeclaration elementDeclaration) |
public static <T extends org.mule.runtime.api.meta.model.parameter.ParameterizedModel & org.mule.runtime.api.meta.model.EnrichableModel> Optional<T> findModel(org.mule.runtime.api.meta.model.ExtensionModel extensionModel, org.mule.runtime.app.declaration.api.IdentifiableElementDeclaration elementDeclaration)
public static <T extends org.mule.runtime.api.meta.model.parameter.ParameterizedModel & org.mule.runtime.api.meta.model.EnrichableModel> Optional<ArtifactHelperUtils.ConfigAwareModel<T>> findConfigAwareModel(org.mule.runtime.api.meta.model.ExtensionModel extensionModel, org.mule.runtime.app.declaration.api.IdentifiableElementDeclaration elementDeclaration)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.