|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.jboss.netty.util.internal.ConversionUtil
public class ConversionUtil

Conversion utility class to parse a property represented as a string or an object.
| 方法摘要 | |
|---|---|
static boolean |
toBoolean(java.lang.Object value)
Converts the specified object into a boolean. |
static int |
toInt(java.lang.Object value)
Converts the specified object into an integer. |
static java.lang.String |
toString(int value)
|
static java.lang.String[] |
toStringArray(java.lang.Object value)
Converts the specified object into an array of strings. |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static int toInt(java.lang.Object value)
public static boolean toBoolean(java.lang.Object value)
public static java.lang.String[] toStringArray(java.lang.Object value)
public static java.lang.String toString(int value)
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||