org.joda.time.convert

Interface Converter

Known Subinterfaces:
DurationConverter, InstantConverter, IntervalConverter, PartialConverter, PeriodConverter
Known Implementing Classes:
AbstractConverter

public interface Converter

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.

Method Details

getSupportedType

public Class getSupportedType()
Returns the object type that this converter supports, which may specified by a class, superclass, abstract class, interface, or null.
Returns:
the object type that this converter supports

Copyright (c) 2001-2006 - Joda.org