public class AddVariablePropertyConfigurator extends Object implements ObjectFactoryCommonConfigurator<AbstractAddVariablePropertyProcessor>
ObjectFactoryCommonConfigurator for transformers in Mule.
The transformer class that will be configured setting the returnType, mimeType, name, encoding and ignoreBadInput
configuration.| Constructor and Description |
|---|
AddVariablePropertyConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AbstractAddVariablePropertyProcessor propVarSetterInstance,
Map<String,Object> parameters)
Configures the common parameters of every transformer.
|
public void configure(AbstractAddVariablePropertyProcessor propVarSetterInstance, Map<String,Object> parameters)
configure in interface ObjectFactoryCommonConfigurator<AbstractAddVariablePropertyProcessor>propVarSetterInstance - the transformar instanceparameters - the set of parameters configured in the component model according to the
ComponentBuildingDefinitionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.