public class TypeChecker extends Object
| Constructor and Description |
|---|
TypeChecker() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canBeSetFrom(Class<?> a,
Class<?> b)
True if "a" can be set from "b"
|
static Class<?> |
getPrimitiveClass(Class<?> clazz)
Get the primitive class that is equivalent to clazz.
|
Copyright © 2012-2013 XENEI.com. All Rights Reserved.