class ObjenesisCglibAopProxy extends CglibAopProxy
CglibAopProxy to create proxy instances
without invoking the constructor of the class.CglibAopProxy.SerializableNoOp| Modifier and Type | Field and Description |
|---|---|
private static Log |
logger |
private static SpringObjenesis |
objenesis |
advised, constructorArgs, constructorArgTypes| Constructor and Description |
|---|
ObjenesisCglibAopProxy(AdvisedSupport config)
Create a new ObjenesisCglibAopProxy for the given AOP configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
createProxyClassAndInstance(Enhancer enhancer,
Callback[] callbacks) |
createEnhancer, equals, getProxy, getProxy, hashCode, setConstructorArgumentsprivate static final Log logger
private static final SpringObjenesis objenesis
public ObjenesisCglibAopProxy(AdvisedSupport config)
config - the AOP configuration as AdvisedSupport objectprotected java.lang.Object createProxyClassAndInstance(Enhancer enhancer,
Callback[] callbacks)
createProxyClassAndInstance in class CglibAopProxy