Package 

Class StringToLongRangeConverter

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

    
    public class StringToLongRangeConverter
     implements Converter<String, LongRange>
                        

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

    • Method Summary

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

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

      • StringToLongRangeConverter

        StringToLongRangeConverter()