| 程序包 | 说明 |
|---|---|
| net.hasor.cobble.convert.convert |
Standard implementations of the
Converter
interface that are pre-registered with
ConvertUtils
at startup time. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayConverter
Generic
Converter implementaion that handles conversion
to and from array objects. |
class |
BigDecimalConverter
NumberConverter implementation that handles conversion to
and from java.math.BigDecimal objects. |
class |
BigIntegerConverter
NumberConverter implementation that handles conversion to
and from java.math.BigInteger objects. |
class |
BooleanConverter
Converter implementaion that handles conversion
to and from Boolean objects. |
class |
ByteConverter
NumberConverter implementation that handles conversion to
and from java.lang.Byte objects. |
class |
CalendarConverter
DateTimeConverter implementation that handles conversion to
and from java.util.Calendar objects. |
class |
CharacterConverter
Converter implementaion that handles conversion
to and from java.lang.Character objects. |
class |
ClassConverter
Converter implementaion that handles conversion
to and from java.lang.Class objects. |
class |
DateConverter
DateTimeConverter implementation that handles conversion to
and from java.util.Date objects. |
class |
DateTimeConverter
Converter implementaion
that handles conversion to and from date/time objects. |
class |
DoubleConverter
NumberConverter implementation that handles conversion to
and from java.lang.Double objects. |
class |
EnumConverter |
class |
FileConverter
Converter implementaion that handles conversion
to and from java.io.File objects. |
class |
FloatConverter
NumberConverter implementation that handles conversion to
and from java.lang.Float objects. |
class |
IntegerConverter
NumberConverter implementation that handles conversion to
and from java.lang.Integer objects. |
class |
LongConverter
NumberConverter implementation that handles conversion to
and from java.lang.Long objects. |
class |
NumberConverter
Converter implementaion that handles conversion
to and from java.lang.Number objects. |
class |
ShortConverter
NumberConverter implementation that handles conversion to
and from java.lang.Short objects. |
class |
SqlDateConverter
DateTimeConverter implementation that handles conversion to
and from java.sql.Date objects. |
class |
SqlTimeConverter
DateTimeConverter implementation that handles conversion to
and from java.sql.Time objects. |
class |
SqlTimestampConverter
DateTimeConverter implementation that handles conversion to
and from java.sql.Timestamp objects. |
class |
StringConverter
Converter implementation that converts an incoming
object into a java.lang.String object. |
class |
URIConverter
Converter implementaion that handles conversion
to and from java.net.URL objects. |
class |
URLConverter
Converter implementaion that handles conversion
to and from java.net.URL objects. |
Copyright © 2022–2023. All rights reserved.