@Deprecated public class InstantiationOptimizerAdapter extends java.lang.Object implements ReflectionOptimizer.InstantiationOptimizer, java.io.Serializable
ReflectionOptimizer.InstantiationOptimizer implementation for CGLIB
which simply acts as an adapter to the FastClass class.| Constructor and Description |
|---|
InstantiationOptimizerAdapter(net.sf.cglib.reflect.FastClass fastClass)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
newInstance()
Deprecated.
Perform instantiation of an instance of the underlying class.
|
public InstantiationOptimizerAdapter(net.sf.cglib.reflect.FastClass fastClass)
public java.lang.Object newInstance()
ReflectionOptimizer.InstantiationOptimizernewInstance in interface ReflectionOptimizer.InstantiationOptimizerCopyright © 2013. All Rights Reserved.