package com.beust.jcommander; public interface IStringConverter { T convert(String str); }