|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
static boolean |
toBoolean(Object value)
Converts the specified object into a boolean. |
static int |
toInt(Object value)
Converts the specified object into an integer. |
static String |
toString(int value)
|
static String[] |
toStringArray(Object value)
Converts the specified object into an array of strings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int toInt(Object value)
public static boolean toBoolean(Object value)
public static String[] toStringArray(Object value)
public static String toString(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |