| org.joda.time.convert.Converter
All known Subclasses: org.joda.time.convert.AbstractConverter,
Converter | public interface Converter (Code) | | Basic converter interface for specifying what object type can be converted.
author: Brian S O'Neill since: 1.0 |
Method Summary | |
Class | getSupportedType() Returns the object type that this converter supports, which may
specified by a class, superclass, abstract class, interface, or null. |
getSupportedType | Class getSupportedType()(Code) | | 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 |
|
|