Class TypeConverters.FloatConverter

    • Constructor Detail

      • FloatConverter

        public FloatConverter()
    • Method Detail

      • convert

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