public final class ConversionUtil extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
public static int toInt(Object value)
public static boolean toBoolean(Object value)
public static String[] toStringArray(Object value)
public static String toString(int value)
Copyright © 2008–2021 The Netty Project. All rights reserved.