@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.InstantiationOptimizer
newInstance
in interface ReflectionOptimizer.InstantiationOptimizer
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved