Class LongConverter

  • All Implemented Interfaces:
    IStringConverter<java.lang.Long>

    public class LongConverter
    extends BaseConverter<java.lang.Long>
    Convert a string to a long.
    • Constructor Summary

      Constructors 
      Constructor Description
      LongConverter​(java.lang.String optionName)  
    • Constructor Detail

      • LongConverter

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

      • convert

        public java.lang.Long convert​(java.lang.String value)
        Returns:
        an object of type T created from the parameter value.