public class Classifier extends Object
| Constructor and Description |
|---|
Classifier() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
isAssignable(Object value,
Class<?> eClazz) |
static boolean |
isAtomicInteger(Object value) |
static boolean |
isBoolean(Object value) |
static boolean |
isByte(Object value) |
static boolean |
isChar(Object value) |
static boolean |
isDate(Object value) |
static boolean |
isDouble(Object value) |
static boolean |
isFloat(Object value) |
static boolean |
isInteger(Object value) |
static boolean |
isLong(Object value) |
static boolean |
isNumber(Object value) |
static boolean |
isShort(Object value) |
static boolean |
isString(Object value) |
public static boolean isInteger(Object value)
public static boolean isAtomicInteger(Object value)
public static boolean isLong(Object value)
public static boolean isDouble(Object value)
public static boolean isFloat(Object value)
public static boolean isNumber(Object value)
public static boolean isBoolean(Object value)
public static boolean isByte(Object value)
public static boolean isShort(Object value)
public static boolean isChar(Object value)
public static boolean isString(Object value)
public static boolean isDate(Object value)
Copyright © 2017. All rights reserved.