Package 

Class StringToIntRangeConverter

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

    
    public class StringToIntRangeConverter
     implements Converter<String, IntRange>
                        

    字符串到整数范围的转化器。

    • Method Summary

      Modifier and Type Method Description
      IntRange convert(String source)
      • Methods inherited from class java.lang.Object

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

      • StringToIntRangeConverter

        StringToIntRangeConverter()