Package 

Class StringToCharRangeConverter

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

    
    public class StringToCharRangeConverter
     implements Converter<String, CharRange>
                        

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

    • Method Summary

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

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

      • StringToCharRangeConverter

        StringToCharRangeConverter()