org.joda.time.convert
Interface Converter
- DurationConverter, InstantConverter, IntervalConverter, PartialConverter, PeriodConverter
- AbstractConverter
public interface Converter
Basic converter interface for specifying what object type can be converted.
Class | getSupportedType() - Returns the object type that this converter supports, which may
specified by a class, superclass, abstract class, interface, or null.
|
getSupportedType
public Class getSupportedType()
Returns the object type that this converter supports, which may
specified by a class, superclass, abstract class, interface, or null.
- the object type that this converter supports
Copyright (c) 2001-2006 - Joda.org