The strategies that will be attempted in order are:
380381382383384385386387388389
copier = instance((String) expressionResult); } } if (copier == null) { copier = new MultiStrategyCopier(); } return copier; }