Class StringToLongConverter

    • Constructor Detail

      • StringToLongConverter

        public StringToLongConverter()
    • Method Detail

      • convert

        public Long convert​(String source)
        Description copied from interface: Converter
        Converts the source object from S type to T type.
        Specified by:
        convert in interface Converter<String,​Long>
        Parameters:
        source - the object to convert
        Returns:
        the converted object