T - type of the object to configure.@NoImplement
public interface ObjectFactoryCommonConfigurator<T>
ComponentBuildingDefinitions. For instance, all transports support attributes like
encoding, returnClass, mimeType and the creation of those attributes depend on the some logic around the values of those
parameters.
This class can be configured in ConfigurableObjectFactory as a fixed field to be injected using
AttributeDefinition.Builder#fromFixedValue(Object).
| Modifier and Type | Method and Description |
|---|---|
void |
configure(T object,
Map<String,Object> parameters)
Configures the
object instance using the parameters populated from the configuration. |
void configure(T object, Map<String,Object> parameters)
object instance using the parameters populated from the configuration.object - the instance to be configuredparameters - the set of parameters configured in the component model according to the
ComponentBuildingDefinitionCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.