Class HttpRangeHeaderConverter

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

    
    public class HttpRangeHeaderConverter
     implements Converter<String, HttpRange>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      HttpRange convert(String source)
      • Methods inherited from class org.springframework.core.convert.converter.Converter

        andThen
      • Methods inherited from class java.lang.Object

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

      • HttpRangeHeaderConverter

        HttpRangeHeaderConverter()