public class Types extends Object
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentMap<Class<?>,Class<?>> |
UNBOXES |
| Constructor and Description |
|---|
Types() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T>> |
fromStr(Class<T> clazz,
String input) |
static boolean |
isArray(Object value) |
static boolean |
isBoolean(Object value) |
static boolean |
isDate(Object value) |
static boolean |
isDecimal(Object value) |
static boolean |
isInteger(Object value) |
static boolean |
isJArray(Object value) |
static boolean |
isJObject(Object value) |
static Class<?> |
toPrimary(Class<?> source) |
public static ConcurrentMap<Class<?>,Class<?>> UNBOXES
public static boolean isJArray(Object value)
public static boolean isJObject(Object value)
public static boolean isInteger(Object value)
public static boolean isDecimal(Object value)
public static boolean isBoolean(Object value)
public static boolean isDate(Object value)
public static boolean isArray(Object value)
Copyright © 2017. All rights reserved.