Class DurationConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<String,​org.joda.time.Duration>

    public class DurationConverter
    extends Object
    implements org.springframework.core.convert.converter.Converter<String,​org.joda.time.Duration>
    TODO JavaDoc
    • Constructor Detail

      • DurationConverter

        public DurationConverter()
    • Method Detail

      • convert

        public org.joda.time.Duration convert​(String source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<String,​org.joda.time.Duration>