* Selects the object from the map.
*/
@Override
public TransformationContext transform( TransformationContext context)
{
TransformationContext result = TransformationContext.createStandardContextWithObject(context, ((Map) context.getObject()).get(key));
return result;
}