Class StringToFloatConverter

    • Constructor Detail

      • StringToFloatConverter

        public StringToFloatConverter()
    • Method Detail

      • convert

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