public class Parser extends Object
| Constructor and Description |
|---|
Parser() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
toBoolean(Object value) |
static Date |
toDate(Object value) |
static Date |
toDate(Object value,
String dateFormat) |
static Double |
toDouble(Object value) |
static <T extends Enum<T>> |
toEnum(Object value,
Class<T> eClazz) |
static Integer |
toInteger(Object value) |
static <T> LinkedList<T> |
toLinkedList(Object value,
Class<T> eClazz) |
static <T> List<T> |
toList(Object value,
Class<T> eClazz) |
static Long |
toLong(Object value) |
static String |
toString(Object value) |
public static <T> LinkedList<T> toLinkedList(Object value, Class<T> eClazz)
Copyright © 2017. All rights reserved.