? processor.getAttributeTranslator(_attributeName)
: processor.getTranslator(_translator);
Class propertyType = PropertyUtils.getPropertyType(target, _propertyName);
Object finalValue = t.translate(processor.getContributingModule(), propertyType, value);
PropertyUtils.write(target, _propertyName, finalValue);
}
catch (Exception ex)