Package | Description |
---|---|
com.feilong.core.bean |
对
commons-beanutils jar 常用类的封装. |
Modifier and Type | Field and Description |
---|---|
static ToStringConfig |
ToStringConfig.DEFAULT_CONFIG
默认的转换参数.
|
static ToStringConfig |
ToStringConfig.IGNORE_NULL_OR_EMPTY_CONFIG
使用
DEFAULT_CONNECTOR 但是忽视 null 或者 empty 元素进行拼接的参数. |
Modifier and Type | Method and Description |
---|---|
static String |
ConvertUtil.toString(Collection<?> collection,
ToStringConfig toStringConfig)
将集合
collection 使用拼接配置 toStringConfig 拼接成字符串. |
static String |
ConvertUtil.toString(Object[] arrays,
ToStringConfig toStringConfig)
将数组
arrays 通过ToStringConfig 拼接成字符串. |
Copyright © 2008-2019 by feilong