public class ClassUtils extends Object
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Class<T[]> |
asArrayClass(Class<T> klass)
This will return a class of the type T[] from a given class.
|
public static <T> Class<T[]> asArrayClass(Class<T> klass)
T - the type of the class.klass - a class to turn into an array classCopyright © 2015 JBoss by Red Hat. All rights reserved.