{
PlexusConfiguration childConfiguration = configuration.getChild( i );
String elementName = childConfiguration.getName();
ComponentValueSetter valueSetter = new ComponentValueSetter( fromXML( elementName ), object,
converterLookup, listener );
valueSetter.configure( childConfiguration, classLoader, expressionEvaluator );
}
}