T - public class ContextClassLoaderProxy<T> extends Object
| Constructor and Description |
|---|
ContextClassLoaderProxy(Class<T> type,
T target,
ClassLoader contextClassLoader)
Creates a proxy which dispatches to the given target object.
|
public ContextClassLoaderProxy(Class<T> type, T target, ClassLoader contextClassLoader)
public T getSource()
Copyright © 2013. All rights reserved