Uses of Interface
org.joda.time.convert.Converter
-
Packages that use Converter Package Description org.joda.time.convert Implementation package providing conversion between date and time objects. -
-
Uses of Converter in org.joda.time.convert
Subinterfaces of Converter in org.joda.time.convert Modifier and Type Interface Description interfaceDurationConverterDurationConverter defines how an object is converted to a millisecond duration.interfaceInstantConverterInstantConverter defines how an object is converted to milliseconds/chronology.interfaceIntervalConverterIntervalConverter defines how an object is converted to an interval.interfacePartialConverterPartialConverter defines how an object is converted to a ReadablePartial.interfacePeriodConverterPeriodConverter defines how an object is converted to a time period.Classes in org.joda.time.convert that implement Converter Modifier and Type Class Description classAbstractConverterAbstractConverter simplifies the process of implementing a converter.
-