SpringAOPBean named * is expected to be of type * but was actually of type ‘com.sun.proxy.$Proxy7‘(代

Posted The Gao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringAOPBean named * is expected to be of type * but was actually of type ‘com.sun.proxy.$Proxy7‘(代相关的知识,希望对你有一定的参考价值。

问题代码如下所示。

UserService userService = context.getBean("userService", UserServiceImpl.class);

通过getBean()方法创建的实例是UserServiceImpl的代理对象,因此编译类型不能是UserServiceImpl,而应当是UserService。

其实Impl实现类对象和代理类对象可以理解为同等级的实体对象,同等级的实体对象当然不能相互引用。但是作为高一等级的接口,就可以通过向上转型机制去引用实现类或代理类的实例对象。

这里所涉及到的向上转型的问题,即对于实现接口的实现类应当优先用接口类型去引用,可以看我引用的文章

以上是关于SpringAOPBean named * is expected to be of type * but was actually of type ‘com.sun.proxy.$Proxy7‘(代的主要内容,如果未能解决你的问题,请参考以下文章

NameError: name “ ” is not defined

NameError: name “ ” is not defined

R语言as.name函数(转化为命名的类别对象)和is.name函数(检验是否是命名的类别对象)实战

day_06(is == id ,编码)

iPython 调试器引发`NameError: name ... is not defined`

My Name Is fxh