public final class ClassLoaderUtils extends Object
| Constructor and Description |
|---|
ClassLoaderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<?>> |
getAllInterfaces(Class<?> clazz) |
static ClassLoader |
getClassLoader()
Get the class loader which can be used to generate proxies without leaking memory.
|
static Class<?> |
loadClass(String className) |
public static ClassLoader getClassLoader()
public static Class<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2014 Zaxxer.com. All rights reserved.