Class TypeConverters.DurationConverter

    • Constructor Summary

      Constructors 
      Constructor Description
      DurationConverter()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Duration convert​(java.lang.String s)
      Deprecated.
      Converts a String to a given type.
      • Methods inherited from class java.lang.Object

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

      • DurationConverter

        public DurationConverter()
        Deprecated.
    • Method Detail

      • convert

        public Duration convert​(java.lang.String s)
        Deprecated.
        Description copied from interface: TypeConverter
        Converts a String to a given type.
        Specified by:
        convert in interface TypeConverter<Duration>
        Parameters:
        s - the String to convert. Cannot be null.
        Returns:
        the converted object.