Package 

Class StringToFloatRangeConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter

    
    public class StringToFloatRangeConverter
     implements Converter<String, ClosedFloatingPointRange<Float>>
                        

    字符串到单精度浮点数范围的转化器。

    • Method Summary

      Modifier and Type Method Description
      ClosedFloatingPointRange<Float> convert(String source)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringToFloatRangeConverter

        StringToFloatRangeConverter()