Package 

Class StringToRangeConverters

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

    
    public class StringToRangeConverters
     implements Converter<String, ClosedFloatingPointRange<Double>>
                        

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

    • Method Summary

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

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

      • StringToRangeConverters

        StringToRangeConverters()