Package com.beust.jcommander
Interface IStringConverterFactory
- All Known Implementing Classes:
DefaultConverterFactory
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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends IStringConverter<?>> getConverter
(Class<?> forType)
-
Method Details
-
getConverter
-