Package org.joda.time.convert
Interface Converter
- 
- All Known Subinterfaces:
 DurationConverter,InstantConverter,IntervalConverter,PartialConverter,PeriodConverter
- All Known Implementing Classes:
 AbstractConverter
public interface ConverterBasic converter interface for specifying what object type can be converted.- Since:
 - 1.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getSupportedType()Returns the object type that this converter supports, which may specified by a class, superclass, abstract class, interface, or null. 
 -