See: Description
| Interface | Description | 
|---|---|
| ConditionalConverter | Allows a  Converter,GenericConverterorConverterFactoryto
 conditionally execute based on attributes of thesourceandtargetTypeDescriptor. | 
| ConditionalGenericConverter | A  GenericConverterthat may conditionally execute based on attributes
 of thesourceandtargetTypeDescriptor. | 
| Converter<S,T> | A converter converts a source object of type  Sto a target of typeT. | 
| ConverterFactory<S,R> | A factory for "ranged" converters that can convert objects from S to subtypes of R. | 
| ConverterRegistry | For registering converters with a type conversion system. | 
| GenericConverter | Generic converter interface for converting between two or more types. | 
| Class | Description | 
|---|---|
| ConvertingComparator<S,T> | A  Comparatorthat converts values before they are compared. | 
| GenericConverter.ConvertiblePair | Holder for a source-to-target class pair. |