public final class Types
extends Object
-
Method Summary
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
-
safeCast
public static <T> T safeCast
(Object value,
Class<T> type)
-
safeCast
public static <T> T safeCast
(Object value,
Class<T> type,
T fallback)