Class BaseConverter<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseConverter​(java.lang.String optionName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getErrorString​(java.lang.String value, java.lang.String to)  
      java.lang.String getOptionName()  
      • Methods inherited from class java.lang.Object

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

      • BaseConverter

        public BaseConverter​(java.lang.String optionName)
    • Method Detail

      • getOptionName

        public java.lang.String getOptionName()
      • getErrorString

        protected java.lang.String getErrorString​(java.lang.String value,
                                                  java.lang.String to)