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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Converts the specified object into a boolean.static int
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.
-
Field Details
-
ARRAY_DELIM
-
INTEGERS
-
-
Constructor Details
-
ConversionUtil
private ConversionUtil()
-
-
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
-