Class StringToDoubleConverter

    • Constructor Detail

      • StringToDoubleConverter

        public StringToDoubleConverter()
    • Method Detail

      • convert

        public Double 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,​Double>
        Parameters:
        source - the object to convert
        Returns:
        the converted object