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

Method Summary
<T> java.lang.Class<? extends IStringConverter<T>>
getConverter(java.lang.Class<T> forType)
           
 

Method Detail

getConverter

<T> java.lang.Class<? extends IStringConverter<T>> getConverter(java.lang.Class<T> forType)


Copyright © 2013. All Rights Reserved.