public class ValueTools extends Object
| Constructor and Description |
|---|
ValueTools() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
fromStringList(ListValue list) |
static int |
toInteger(Value value,
int defaultValue) |
static Integer |
toInteger(Value value,
Integer defaultValue) |
static long |
toLong(Value value,
long defaultValue) |
static Long |
toLong(Value value,
Long defaultValue) |
static ListValue |
toStringList(Iterable<?> list) |