Class ValueParser.LongParser

    • Constructor Detail

      • LongParser

        public LongParser()
    • Method Detail

      • parse

        public Long parse​(String s)
        Description copied from interface: ValueParser
        Parse the value into a typed instance.
        Specified by:
        parse in interface ValueParser<Long>
        Parameters:
        s - The string value.
        Returns:
        The typed instance.