public interface

Converter

org.joda.time.convert.Converter
Known Indirect Subclasses

Class Overview

Basic converter interface for specifying what object type can be converted.

Summary

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

Public Methods

public abstract 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