public class ClassLoaderAwareHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
ClassLoaderAwareHandler(ClassLoader contextClassLoader,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static <T> T |
makeLoaderAware(Class<T> mainApi,
Class<?>[] clazz,
Object instance) |
static Runnable |
runnableLoaderAware(Object instance) |
public ClassLoaderAwareHandler(ClassLoader contextClassLoader, Object instance)
Copyright © 2023 The Apache Software Foundation. All rights reserved.