public static final class GenericConverter.ConvertiblePair extends Object
| Constructor and Description | 
|---|
| ConvertiblePair(Class<?> sourceType,
               Class<?> targetType)Create a new source-to-target pair. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| Class<?> | getSourceType() | 
| Class<?> | getTargetType() | 
| int | hashCode() | 
| String | toString() |