Java具有私有构造函数的Spring bean

编程入门 行业动态 更新时间:2024-10-25 20:23:41
本文介绍了Java具有私有构造函数的Spring bean的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

有可能在Spring中,类的bean没有公共构造函数,但只有私有? 这个私有构造函数在bean创建时调用? 感谢。

Is possible in Spring that class for bean doesn't have public constructor but only private ? Will this private constructor invoked when bean is created? Thanks.

推荐答案

是的,Spring可以调用私有构造函数。如果它找到具有正确参数的构造函数,则不管可见性如何,它将使用反射将其构造函数设置为可访问。

Yes, Spring can invoke private constructors. If it finds a constructor with the right arguments, regardless of visibility, it will use reflection to set its constructor to be accessible.

更多推荐

Java具有私有构造函数的Spring bean

本文发布于:2023-10-31 05:49:28,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1545195.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:函数   Java   bean   Spring

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!