public class Classes extends Object
| Constructor and Description |
|---|
Classes() |
| Modifier and Type | Method and Description |
|---|---|
static List<Class<?>> |
ancestors(Class clazz)
Creates a list of the specified class and all its parent classes
|
static Class<?> |
deprimitivize(Class<?> fieldType) |
static Class |
forName(String string,
ClassLoader classLoader) |
static List<String> |
getSimpleNames(Class... classes) |
static String |
packageName(Class clazz) |
static String |
packageName(String clazzName) |
public static Class forName(String string, ClassLoader classLoader) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.