Converter
interface that are pre-registered with
ConvertUtils
at startup time.请参阅: 说明
| 类 | 说明 |
|---|---|
| AbstractConverter |
Base
Converter implementation that provides the structure
for handling conversion to and from a specified type. |
| ArrayConverter |
Generic
Converter implementaion that handles conversion
to and from array objects. |
| BigDecimalConverter |
NumberConverter implementation that handles conversion to
and from java.math.BigDecimal objects. |
| BigIntegerConverter |
NumberConverter implementation that handles conversion to
and from java.math.BigInteger objects. |
| BooleanConverter |
Converter implementaion that handles conversion
to and from Boolean objects. |
| ByteConverter |
NumberConverter implementation that handles conversion to
and from java.lang.Byte objects. |
| CalendarConverter |
DateTimeConverter implementation that handles conversion to
and from java.util.Calendar objects. |
| CharacterConverter |
Converter implementaion that handles conversion
to and from java.lang.Character objects. |
| ClassConverter |
Converter implementaion that handles conversion
to and from java.lang.Class objects. |
| ConverterFacade | |
| DateConverter |
DateTimeConverter implementation that handles conversion to
and from java.util.Date objects. |
| DateTimeConverter |
Converter implementaion
that handles conversion to and from date/time objects. |
| DoubleConverter |
NumberConverter implementation that handles conversion to
and from java.lang.Double objects. |
| EnumConverter | |
| FileConverter |
Converter implementaion that handles conversion
to and from java.io.File objects. |
| FloatConverter |
NumberConverter implementation that handles conversion to
and from java.lang.Float objects. |
| IntegerConverter |
NumberConverter implementation that handles conversion to
and from java.lang.Integer objects. |
| LongConverter |
NumberConverter implementation that handles conversion to
and from java.lang.Long objects. |
| NumberConverter |
Converter implementaion that handles conversion
to and from java.lang.Number objects. |
| ShortConverter |
NumberConverter implementation that handles conversion to
and from java.lang.Short objects. |
| SqlDateConverter |
DateTimeConverter implementation that handles conversion to
and from java.sql.Date objects. |
| SqlTimeConverter |
DateTimeConverter implementation that handles conversion to
and from java.sql.Time objects. |
| SqlTimestampConverter |
DateTimeConverter implementation that handles conversion to
and from java.sql.Timestamp objects. |
| StringConverter |
Converter implementation that converts an incoming
object into a java.lang.String object. |
| URIConverter |
Converter implementaion that handles conversion
to and from java.net.URL objects. |
| URLConverter |
Converter implementaion that handles conversion
to and from java.net.URL objects. |
Standard implementations of the
Converter
interface that are pre-registered with
ConvertUtils
at startup time.
Copyright © 2022–2023. All rights reserved.