Uses of Interface
org.joda.time.convert.InstantConverter
-
Packages that use InstantConverter Package Description org.joda.time.convert Implementation package providing conversion between date and time objects. -
-
Uses of InstantConverter in org.joda.time.convert
Classes in org.joda.time.convert that implement InstantConverter Modifier and Type Class Description (package private) classCalendarConverterCalendarConverter converts a java util Calendar to an instant or partial.(package private) classDateConverterDateConverter converts a java util Date to an instant or partial.(package private) classLongConverterLongConverter converts a Long to an instant, partial or duration.(package private) classNullConverterNullConverter converts null to an instant, partial, duration, period or interval.(package private) classReadableInstantConverterReadableInstantConverter extracts milliseconds and chronology from a ReadableInstant.(package private) classStringConverterStringConverter converts from a String to an instant, partial, duration, period or interval..Methods in org.joda.time.convert that return InstantConverter Modifier and Type Method Description InstantConverterConverterManager. addInstantConverter(InstantConverter converter)Adds a converter to the set of converters.InstantConverterConverterManager. getInstantConverter(java.lang.Object object)Gets the best converter for the object specified.InstantConverter[]ConverterManager. getInstantConverters()Gets a copy of the set of converters.InstantConverterConverterManager. removeInstantConverter(InstantConverter converter)Removes a converter from the set of converters.Methods in org.joda.time.convert with parameters of type InstantConverter Modifier and Type Method Description InstantConverterConverterManager. addInstantConverter(InstantConverter converter)Adds a converter to the set of converters.InstantConverterConverterManager. removeInstantConverter(InstantConverter converter)Removes a converter from the set of converters.
-