Class CustomParameterConverters

  • All Implemented Interfaces:
    com.beust.jcommander.IStringConverterFactory

    class CustomParameterConverters
    extends java.lang.Object
    implements com.beust.jcommander.IStringConverterFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends com.beust.jcommander.IStringConverter<?>> getConverter​(java.lang.Class<?> forType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomParameterConverters

        CustomParameterConverters()
    • Method Detail

      • getConverter

        public java.lang.Class<? extends com.beust.jcommander.IStringConverter<?>> getConverter​(java.lang.Class<?> forType)
        Specified by:
        getConverter in interface com.beust.jcommander.IStringConverterFactory