@Deprecated public class InstantiationOptimizerAdapter extends Object implements ReflectionOptimizer.InstantiationOptimizer, 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 |
|---|---|
Object |
newInstance()
Deprecated.
Perform instantiation of an instance of the underlying class.
|
public InstantiationOptimizerAdapter(net.sf.cglib.reflect.FastClass fastClass)
public Object newInstance()
ReflectionOptimizer.InstantiationOptimizernewInstance in interface ReflectionOptimizer.InstantiationOptimizerCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved