Package com.beust.jcommander
Interface IStringConverterFactory
-
public interface IStringConverterFactory
A factory for IStringConverter. This interface lets you specify your converters in one place instead of having them repeated all over your argument classes.- Author:
- cbeust
- See Also:
IStringConverterInstanceFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends IStringConverter<?>>
getConverter(Class<?> forType)
-
-
-
Method Detail
-
getConverter
Class<? extends IStringConverter<?>> getConverter(Class<?> forType)
-
-