Class TypeConverters.LongConverter

    • Constructor Detail

      • LongConverter

        public LongConverter()
    • Method Detail

      • convert

        public Long convert​(String s)
        Description copied from interface: TypeConverter
        Converts a String to a given type.
        Specified by:
        convert in interface TypeConverter<Long>
        Parameters:
        s - the String to convert. Cannot be null.
        Returns:
        the converted object.