public final class Types
extends Object
-
Method Summary
static void
static <T> T
static <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
checkType
public static <T> T checkType(Object object,
Class<T> expectedClass)
-
-