public class ThreadGroupContextClassLoaderSoftReferenceBuster extends Object
| Constructor and Description |
|---|
ThreadGroupContextClassLoaderSoftReferenceBuster() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bustSoftReferences(ClassLoader classloader) |
static List<Class<?>> |
getAllInterfaces(Class<?> cls) |
static Field |
getField(Class<?> cls,
String fieldName,
boolean forceAccess) |
static Object |
readField(Field field,
Object target,
boolean forceAccess) |
static Object |
readStaticField(Class<?> cls,
String fieldName,
boolean forceAccess) |
static Object |
readStaticField(Field field,
boolean forceAccess) |
public ThreadGroupContextClassLoaderSoftReferenceBuster()
public static void bustSoftReferences(ClassLoader classloader) throws MuleSoftReferenceBusterException
MuleSoftReferenceBusterExceptionpublic static Object readStaticField(Class<?> cls, String fieldName, boolean forceAccess) throws IllegalAccessException
IllegalAccessExceptionpublic static Object readStaticField(Field field, boolean forceAccess) throws IllegalAccessException
IllegalAccessExceptionpublic static Object readField(Field field, Object target, boolean forceAccess) throws IllegalAccessException
IllegalAccessExceptionCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.