public class ComponentParameterizationUtils extends Object
ComponentParameterizations.| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.extension.api.component.ComponentParameterization |
createComponentParameterization(org.mule.runtime.api.meta.model.parameter.ParameterizedModel parameterizedModel,
Map<String,Object> parameters)
Creates a
ComponentParameterization of a ParameterizedModel based on static values of its parameters. |
public static org.mule.runtime.extension.api.component.ComponentParameterization createComponentParameterization(org.mule.runtime.api.meta.model.parameter.ParameterizedModel parameterizedModel,
Map<String,Object> parameters)
ComponentParameterization of a ParameterizedModel based on static values of its parameters. Keep in
mind that this method will not work if the given ParameterizedModel contains parameter that share the same name,
since the map representation falls short in that case.parameterizedModel - parameterizedModel to be described by the resultparameters - static parameter values.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.