Package com.liferay.portal.kernel.util
Interface DelegateProxyFactory
public interface DelegateProxyFactory
- Author:
- Shuyang Zhou
-
Method Summary
Modifier and TypeMethodDescription<T> T
newDelegateProxyInstance
(ClassLoader classLoader, Class<T> interfaceClass, Object delegateObject, T defaultObject)
-
Method Details
-
newDelegateProxyInstance
<T> T newDelegateProxyInstance(ClassLoader classLoader, Class<T> interfaceClass, Object delegateObject, T defaultObject)
-