Class LongConverter

java.lang.Object
org.joda.time.convert.AbstractConverter
org.joda.time.convert.LongConverter
All Implemented Interfaces:
Converter, DurationConverter, InstantConverter, PartialConverter

class LongConverter extends AbstractConverter implements InstantConverter, PartialConverter, DurationConverter
LongConverter converts a Long to an instant, partial or duration. The Long value represents milliseconds in the ISO chronology.
Since:
1.0
  • Field Details

    • INSTANCE

      static final LongConverter INSTANCE
      Singleton instance.
  • Constructor Details

    • LongConverter

      protected LongConverter()
      Restricted constructor.
  • Method Details