| 接口 | 说明 |
|---|---|
| Converter |
General purpose data type converter that can be registered and used
within the BeanUtils package to manage the conversion of objects from
one type to another.
|
| 类 | 说明 |
|---|---|
| ConverterBean |
Utility methods for converting String scalar values to objects of the
specified Class, String arrays to arrays of the specified Class.
|
| ConverterUtils |
Utility methods for converting String scalar values to objects of the
specified Class, String arrays to arrays of the specified Class.
|
| 异常错误 | 说明 |
|---|---|
| ConversionException |
A ConversionException indicates that a call to
Converter.convert() has failed to complete successfully. |
Copyright © 2022–2023. All rights reserved.