类 SerializationCglibAopProxy
java.lang.Object
infra.aop.framework.CglibAopProxy
infra.aop.framework.SerializationCglibAopProxy
- 所有已实现的接口:
AopProxy,Serializable
- 从以下版本开始:
- 4.0 2022/1/12 14:03
- 作者:
- Harry Yang
- 另请参阅:
-
SunReflectionFactoryInstantiator
-
嵌套类概要
从类继承的嵌套类/接口 infra.aop.framework.CglibAopProxy
CglibAopProxy.CglibMethodInvocation, CglibAopProxy.FixedChainStaticTargetInterceptor, CglibAopProxy.SerializableNoOp -
字段概要
字段从类继承的字段 infra.aop.framework.CglibAopProxy
config, constructorArgs, constructorArgTypes, log -
构造器概要
构造器构造器说明Create a new SerializationCglibAopProxy for the given AOP configuration. -
方法概要
修饰符和类型方法说明protected Class<?>createProxyClass(infra.bytecode.proxy.Enhancer enhancer) protected ObjectcreateProxyClassAndInstance(infra.bytecode.proxy.Enhancer enhancer, infra.bytecode.proxy.Callback[] callbacks) 从类继承的方法 infra.aop.framework.CglibAopProxy
createEnhancer, doValidateClass, equals, getProxy, getProxy, getProxyClass, hashCode, implementsInterface, isMethodProxyCompatible, logClassGenerationFailure, setConstructorArguments, validateClassIfNecessary
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
SerializationCglibAopProxy
Create a new SerializationCglibAopProxy for the given AOP configuration.- 参数:
config- the AOP configuration as AdvisedSupport object- 抛出:
AopConfigException- if the config is invalid. We try to throw an informative exception in this case, rather than let a mysterious failure happen later.
-
-
方法详细资料
-
createProxyClass
- 覆盖:
createProxyClass在类中CglibAopProxy
-
createProxyClassAndInstance
protected Object createProxyClassAndInstance(infra.bytecode.proxy.Enhancer enhancer, infra.bytecode.proxy.Callback[] callbacks) throws Exception - 覆盖:
createProxyClassAndInstance在类中CglibAopProxy- 抛出:
Exception
-