| 接口 | 说明 |
|---|---|
| ConversionService |
A service interface for type conversion.
|
| 类 | 说明 |
|---|---|
| Property |
A description of a JavaBeans Property that allows us to avoid a dependency on
java.beans.PropertyDescriptor. |
| TypeDescriptor |
Context about a type to convert from or to.
|
| 异常错误 | 说明 |
|---|---|
| ConversionException |
Base class for exceptions thrown by the conversion system.
|
| ConversionFailedException |
Exception to be thrown when an actual type conversion attempt fails.
|
| ConverterNotFoundException |
Exception to be thrown when a suitable converter could not be found
in a given conversion service.
|