public final class PrimitiveUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
asBoolean(String string)
Converts string to boolean
|
static Double |
asDouble(String string)
Converts string to double
|
static Float |
asFloat(String string)
Converts string to float
|
static Integer |
asInteger(String string)
Converts string to integer
|
static Long |
asLong(String string)
Converts string to long
|
public static Boolean asBoolean(String string)
string - to convertpublic static Long asLong(String string)
string - to convertpublic static Integer asInteger(String string)
string - to convertpublic static Double asDouble(String string)
string - to convertCopyright © 2013 JBoss by Red Hat. All Rights Reserved.