Package org.jvnet.hk2.internal
Class ProxyUtilities
- java.lang.Object
-
- org.jvnet.hk2.internal.ProxyUtilities
-
public class ProxyUtilities extends Object
Utilities around proxying- Author:
- jwells
-
-
Constructor Summary
Constructors Constructor Description ProxyUtilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
generateProxy(Class<?> requestedClass, ServiceLocatorImpl locator, ActiveDescriptor<T> root, ServiceHandleImpl<T> handle, Injectee injectee)
void
releaseCache()
-
-
-
Method Detail
-
generateProxy
public <T> T generateProxy(Class<?> requestedClass, ServiceLocatorImpl locator, ActiveDescriptor<T> root, ServiceHandleImpl<T> handle, Injectee injectee)
-
releaseCache
public void releaseCache()
-
-