private static class Converters.Converter extends Object
| Modifier | Constructor and Description |
|---|---|
private |
Converter() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
toBoolean(String value) |
static Byte |
toByte(String value) |
static Character |
toCharacter(String value) |
static Double |
toDouble(String value) |
static Float |
toFloat(String value) |
static Integer |
toInteger(String value) |
static Long |
toLong(String value) |
static Short |
toShort(String value) |
Copyright © 2013–2014 Wisdom Framework. All rights reserved.