Class ObjenesisProxyFactory
- java.lang.Object
-
- org.apache.wicket.proxy.objenesis.ObjenesisProxyFactory
-
@Deprecated(forRemoval=true) public class ObjenesisProxyFactory extends Object
Deprecated, for removal: This API element is subject to removal in a future version.no longer used
-
-
Constructor Summary
Constructors Constructor Description ObjenesisProxyFactory()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Object
createProxy(Class<?> type, IProxyTargetLocator locator, net.sf.cglib.core.NamingPolicy namingPolicy)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
ObjenesisProxyFactory
public ObjenesisProxyFactory()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
createProxy
public static Object createProxy(Class<?> type, IProxyTargetLocator locator, net.sf.cglib.core.NamingPolicy namingPolicy)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-