public class PropertyComponentUtils extends Object
| Constructor and Description |
|---|
PropertyComponentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.util.Pair<String,Object> |
getPropertyValueFromPropertyComponent(org.mule.runtime.ast.api.ComponentAst propertyComponentModel)
Creates a
Pair from a generic property/ies component in the configuration. |
public static org.mule.runtime.api.util.Pair<String,Object> getPropertyValueFromPropertyComponent(org.mule.runtime.ast.api.ComponentAst propertyComponentModel)
Pair from a generic property/ies component in the configuration.propertyComponentModel - the component model for spring:property, spring:properties or property.PropertyValue with the parsed content of the component.Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.