Package org.jboss.netty.util.internal
Class ConversionUtil
java.lang.Object
org.jboss.netty.util.internal.ConversionUtil
Conversion utility class to parse a property represented as a string or
an object.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanConverts the specified object into a boolean.static intConverts the specified object into an integer.static StringtoString(int value) static String[]toStringArray(Object value) Converts the specified object into an array of strings.
-
Method Details
-
toInt
Converts the specified object into an integer. -
toBoolean
Converts the specified object into a boolean. -
toStringArray
Converts the specified object into an array of strings. -
toString
-