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