Adapter to provide the following to {@link ItemDto}:
1819202122232425
public static ItemDto copyItem(Item item) { Preconditions.checkNotNull(item, "'item' cannot be null"); return new CopyItem().on(item); }