public class TypeUtil extends Object
| Constructor and Description |
|---|
TypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
uncheckedCast(Object o)
Casts an object to a type.
|
public static <T> T uncheckedCast(Object o)
T - the type of the resulto - object to be castCopyright © 2018. All rights reserved.